]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/test/java/org/argeo/slc/example/ExampleTask.java
Improve formatting of the code.
[gpl/argeo-slc.git] / org.argeo.slc / src / test / java / org / argeo / slc / example / ExampleTask.java
index 4feafac532c37a1e30802fa71ba39d3b77b1f6c6..c77e4513f7324ad862b65cd2d400c020ba0f3b21 100644 (file)
@@ -10,6 +10,7 @@ import org.argeo.slc.core.test.TestDefinition;
 import org.argeo.slc.core.test.TestResult;\r
 import org.argeo.slc.core.test.TestRun;\r
 \r
+/** Example task. */\r
 public class ExampleTask implements StructureAware, TestDefinition,\r
                StructureElement {\r
        private TreeSPath path;\r
@@ -31,6 +32,7 @@ public class ExampleTask implements StructureAware, TestDefinition,
                return description;\r
        }\r
 \r
+       /** Sets the description. */\r
        public void setDescription(String description) {\r
                this.description = description;\r
        }\r