X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fdeploy%2FModularDeployedSystem.java;fp=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fdeploy%2FModularDeployedSystem.java;h=177fac83dd67248dc220b668b474630f08ee7507;hb=c013d066971b9ac23b7b488bd1cc6193c83b6227;hp=346d2bcaac029027fb64c54e66072f55bc274431;hpb=38eb8183a25b1393457f31d4c373be065c51c385;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java index 346d2bcaa..177fac83d 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java @@ -2,7 +2,8 @@ package org.argeo.slc.deploy; import java.util.List; -public interface ModularDeployedSystem extends DeployedSystem { +@SuppressWarnings("unchecked") +public interface ModularDeployedSystem extends DeployedSystem { /** List the underlying deployed modules (in real time) */ - public List listModules(); + public List listModules(); }