]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java
Implement ref spec
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / deploy / ModularDeployedSystem.java
index 177fac83dd67248dc220b668b474630f08ee7507..18fd4fe6d8958436a54e30335b4f7391e50fdfe9 100644 (file)
@@ -2,7 +2,6 @@ package org.argeo.slc.deploy;
 
 import java.util.List;
 
-@SuppressWarnings("unchecked")
 public interface ModularDeployedSystem<M extends Module> extends DeployedSystem {
        /** List the underlying deployed modules (in real time) */
        public List<M> listModules();