]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DeployedSystem.java
Improve formatting
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / deploy / DeployedSystem.java
index 3b29c5ae4c907e9a40ab3a93cfa1317a44b24eef..fa383c331ce9498ed7069a9a5c6f1648f8b27903 100644 (file)
@@ -3,13 +3,12 @@ package org.argeo.slc.core.deploy;
 import org.argeo.slc.core.build.Distribution;\r
 \r
 /** An instance of a software system. */\r
-public interface DeployedSystem<DISTRIBUTION extends Distribution, TARGET_DATA extends TargetData>\r
-               extends TargetData {\r
+public interface DeployedSystem extends TargetData {\r
        public String getDeployedSystemId();\r
 \r
-       public DISTRIBUTION getDistribution();\r
+       public Distribution getDistribution();\r
 \r
        public DeploymentData getDeploymentData();\r
 \r
-       public TARGET_DATA getTargetData();\r
+       public TargetData getTargetData();\r
 }\r