]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/diff/DiffIssueKey.java
Improve formatting
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / diff / DiffIssueKey.java
index cf00fd8eb370f553d2f5b9e7a0b6efe515883008..9894edd326cc180600299984ceb95acd9ab0d5b4 100644 (file)
@@ -5,12 +5,12 @@ public abstract class DiffIssueKey extends DiffIssue {
        /** The position of this issue. */\r
        protected DiffKey key;\r
 \r
-       /** Constructor without key*/\r
+       /** Constructor without key */\r
        public DiffIssueKey(DiffPosition position) {\r
                super(position);\r
        }\r
-       \r
-       /** Constructor with key*/\r
+\r
+       /** Constructor with key */\r
        public DiffIssueKey(DiffPosition position, DiffKey key) {\r
                super(position);\r
                this.key = key;\r
@@ -19,7 +19,7 @@ public abstract class DiffIssueKey extends DiffIssue {
        public Object getKey() {\r
                return key;\r
        }\r
-       \r
+\r
        @Override\r
        public String toString() {\r
                if (key != null) {\r