]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeployedSystem.java
Remote shutdown
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / deploy / DeployedSystem.java
index be28154fe1db2701ffdf239b363417f24eb88615..cd2e95eb992ab8d21a075d72c40865bf83ce3d24 100644 (file)
@@ -3,7 +3,7 @@ package org.argeo.slc.deploy;
 import org.argeo.slc.build.Distribution;\r
 \r
 /** An instance of a software system. */\r
-public interface DeployedSystem extends TargetData {\r
+public interface DeployedSystem<D extends Distribution> extends TargetData {\r
        /** Unique ID for this system instance. */\r
        public String getDeployedSystemId();\r
 \r