Skip to content
Snippets Groups Projects
Commit 5368e65f authored by Simon Barner's avatar Simon Barner
Browse files

- Remove JavaDoc tags from inner classes

- Remove @ConQAT tags from test source
- Add missing @ConQAT where needed
- No functional changes, keeps code existing ratings
parent 7c39860f
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Text; ...@@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Text;
* @author aravantinos * @author aravantinos
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: F8FE57EE66D5F59871C3A8FD8D446A92 * @ConQAT.Rating GREEN Hash: C9C958A268130832E164B6113988DFCF
*/ */
public class UndoRedoImpl implements KeyListener, ModifyListener { public class UndoRedoImpl implements KeyListener, ModifyListener {
/** Encapsulation of the generic undo and redo stack(s). */ /** Encapsulation of the generic undo and redo stack(s). */
...@@ -93,13 +93,8 @@ public class UndoRedoImpl implements KeyListener, ModifyListener { ...@@ -93,13 +93,8 @@ public class UndoRedoImpl implements KeyListener, ModifyListener {
} }
/** /**
* Class encapsulating a string and a cursor position. * Class encapsulating a string and a cursor position. This is what is going to be stored in the
* This is what is going to be stored in the {@link UndoRedoStack}. * {@link UndoRedoStack}.
*
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/ */
private static class StringAndPosition { private static class StringAndPosition {
/** String content. */ /** String content. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment