diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/UndoRedoImpl.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/UndoRedoImpl.java index df8e183f103002f9abf348335bda56850f419674..972079e3cbf0731ac2d282967afb43131316cf38 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/UndoRedoImpl.java +++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/UndoRedoImpl.java @@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Text; * @author aravantinos * @author $Author$ * @version $Rev$ - * @ConQAT.Rating GREEN Hash: F8FE57EE66D5F59871C3A8FD8D446A92 + * @ConQAT.Rating GREEN Hash: C9C958A268130832E164B6113988DFCF */ public class UndoRedoImpl implements KeyListener, ModifyListener { /** Encapsulation of the generic undo and redo stack(s). */ @@ -93,13 +93,8 @@ public class UndoRedoImpl implements KeyListener, ModifyListener { } /** - * Class encapsulating a string and a cursor position. - * This is what is going to be stored in the {@link UndoRedoStack}. - * - * @author aravantinos - * @author $Author$ - * @version $Rev$ - * @ConQAT.Rating RED Hash: + * Class encapsulating a string and a cursor position. This is what is going to be stored in the + * {@link UndoRedoStack}. */ private static class StringAndPosition { /** String content. */