]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoOperation.java
Version 4, January 2008
[GpsPrune.git] / tim / prune / undo / UndoOperation.java
index 5efa1fe0b8790b2f92e5ef580c1f1b15b9179e84..20f26b9247e12550b985c5dc1e4f5f0ece7938a4 100644 (file)
@@ -16,6 +16,7 @@ public interface UndoOperation
        /**\r
         * Perform the undo operation on the specified track\r
         * @param inTrackInfo TrackInfo object on which to perform the operation\r
+        * @throws UndoException when undo fails\r
         */\r
        public void performUndo(TrackInfo inTrackInfo) throws UndoException;\r
 }
\ No newline at end of file