X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fscenegraph%2Fstructural%2FIComponentNode.java;fp=org.simantics.g3d%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fscenegraph%2Fstructural%2FIComponentNode.java;h=a8371846c7bfc91eb655e1330fed410b777c8782;hb=ebfe6b0245b5cf9231cecedf0aaacd891eb5d344;hp=6280b3747bbcae387a8b733baaa01e4557cfe4a6;hpb=4a656971025eea4b563933179d6120d0e87e7549;p=simantics%2F3d.git diff --git a/org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java b/org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java index 6280b374..a8371846 100644 --- a/org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java +++ b/org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java @@ -15,8 +15,7 @@ import java.util.Collection; import java.util.List; -@SuppressWarnings("rawtypes") -public interface IComponentNode extends IStructuralNode{ +public interface IComponentNode, T2 extends IComponentNode> extends IStructuralNode{ public List getAllConnections(); //public void addConnection(Connection c);