]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SimpleTestRun.java
Adapt to new build number approach
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / SimpleTestRun.java
index 9a37269e570bc6330eec187daa2fe354a8d31307..a7a4d5990cfc1b971a3d2c77a5ff418f027dc965 100644 (file)
@@ -35,6 +35,7 @@ import org.argeo.slc.test.WritableTestRun;
  * A basic bean implementation of a <code>WritableTestRun</code>, holding\r
  * references to the various parts of a test run.\r
  */\r
+@SuppressWarnings("deprecation")\r
 public class SimpleTestRun implements WritableTestRun, ExecutableTestRun,\r
                SlcExecutionRelated, StructureAware<TreeSPath> {\r
        private String uuid;\r
@@ -130,6 +131,7 @@ public class SimpleTestRun implements WritableTestRun, ExecutableTestRun,
                this.slcExecutionStepUuid = slcExecutionStepUuid;\r
        }\r
 \r
+       @Deprecated\r
        public void notifySlcExecution(SlcExecution slcExecution) {\r
                if (slcExecution != null) {\r
                        slcExecutionUuid = slcExecution.getUuid();\r