From 5368e65f80c576fe8c4184e4a75a7eeeb5099197 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Mon, 20 Nov 2017 12:36:54 +0000 Subject: [PATCH] - Remove JavaDoc tags from inner classes - Remove @ConQAT tags from test source - Add missing @ConQAT where needed - No functional changes, keeps code existing ratings --- .../fortiss/tooling/kernel/ui/util/UndoRedoImpl.java | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 df8e183f1..972079e3c 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. */ -- GitLab