]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoEditPoint.java
Version 3, August 2007
[GpsPrune.git] / tim / prune / undo / UndoEditPoint.java
index ae368652be0b36b98671c35dbcf213eb5f61c80c..a9f566531a37c3efd11ede111846dee844efedb1 100644 (file)
@@ -41,7 +41,7 @@ public class UndoEditPoint implements UndoOperation
 \r
        /**\r
         * Perform the undo operation on the given Track\r
-        * @param inTrack Track object on which to perform the operation\r
+        * @param inTrackInfo TrackInfo object on which to perform the operation\r
         */\r
        public void performUndo(TrackInfo inTrackInfo) throws UndoException\r
        {\r
@@ -51,6 +51,5 @@ public class UndoEditPoint implements UndoOperation
                        // throw exception if failed\r
                        throw new UndoException(getDescription());\r
                }\r
-               // TODO: Deal with photo if necessary\r
        }\r
 }
\ No newline at end of file