X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fundo%2FUndoEditPoint.java;h=a9f566531a37c3efd11ede111846dee844efedb1;hp=ae368652be0b36b98671c35dbcf213eb5f61c80c;hb=5625a1abadb5f2ca5f017fe7dbda1d5141cb637b;hpb=23959e65a6a0d581e657b07186d18b7a1ac5afeb diff --git a/tim/prune/undo/UndoEditPoint.java b/tim/prune/undo/UndoEditPoint.java index ae36865..a9f5665 100644 --- a/tim/prune/undo/UndoEditPoint.java +++ b/tim/prune/undo/UndoEditPoint.java @@ -41,7 +41,7 @@ public class UndoEditPoint implements UndoOperation /** * Perform the undo operation on the given Track - * @param inTrack Track object on which to perform the operation + * @param inTrackInfo TrackInfo object on which to perform the operation */ public void performUndo(TrackInfo inTrackInfo) throws UndoException { @@ -51,6 +51,5 @@ public class UndoEditPoint implements UndoOperation // throw exception if failed throw new UndoException(getDescription()); } - // TODO: Deal with photo if necessary } } \ No newline at end of file