]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/test/tree/TreeTestResult.java
Improve formatting of the code.
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / tree / TreeTestResult.java
index dc0f3aa59f5eb980f9071ed6548c53fe5c98cee0..3124b055fcb3339c3aff75c241faa58cd6dfcd91 100644 (file)
@@ -33,7 +33,7 @@ public class TreeTestResult implements TestResult, StructureAware {
        private List<TestResultListener> listeners = new Vector<TestResultListener>();\r
 \r
        private TreeSPath currentPath;\r
-       \r
+\r
        private Date closeDate;\r
 \r
        private boolean isClosed = false;\r
@@ -41,7 +41,7 @@ public class TreeTestResult implements TestResult, StructureAware {
        private SortedMap<TreeSPath, PartSubList> resultParts = new TreeMap<TreeSPath, PartSubList>();\r
 \r
        private StructureRegistry registry;\r
-       \r
+\r
        public TestResultId getTestResultId() {\r
                return testResultId;\r
        }\r
@@ -54,12 +54,12 @@ public class TreeTestResult implements TestResult, StructureAware {
                return testResultId;\r
        }\r
 \r
-       /** Sets the test result id as a numeric test result id.*/\r
+       /** Sets the test result id as a numeric test result id. */\r
        public void setNumericResultId(NumericTRId testResultId) {\r
                this.testResultId = testResultId;\r
        }\r
 \r
-       /** Sets the list of listeners.*/\r
+       /** Sets the list of listeners. */\r
        public void setListeners(List<TestResultListener> listeners) {\r
                this.listeners = listeners;\r
        }\r
@@ -88,7 +88,7 @@ public class TreeTestResult implements TestResult, StructureAware {
                this.registry = registry;\r
        }\r
 \r
-       /** Gets the current path.*/\r
+       /** Gets the current path. */\r
        public TreeSPath getCurrentPath() {\r
                return currentPath;\r
        }\r
@@ -117,7 +117,7 @@ public class TreeTestResult implements TestResult, StructureAware {
                        listeners.clear();\r
                }\r
                isClosed = true;\r
-               \r
+\r
                log.info("Test Result #" + getTestResultId() + " closed.");\r
        }\r
 \r
@@ -129,12 +129,12 @@ public class TreeTestResult implements TestResult, StructureAware {
                this.tid = tid;\r
        }\r
 \r
-       /** Gets the related registry (can be null).*/\r
+       /** Gets the related registry (can be null). */\r
        public StructureRegistry getRegistry() {\r
                return registry;\r
        }\r
 \r
-       /** Sets the related registry.*/\r
+       /** Sets the related registry. */\r
        public void setRegistry(StructureRegistry registry) {\r
                this.registry = registry;\r
        }\r
@@ -143,7 +143,7 @@ public class TreeTestResult implements TestResult, StructureAware {
                return closeDate;\r
        }\r
 \r
-       /** Sets the close date (for ORM)*/\r
+       /** Sets the close date (for ORM) */\r
        public void setCloseDate(Date closeDate) {\r
                this.closeDate = closeDate;\r
        }\r