]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java
Remove dependencies on log4j
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / scenegraph / G3DparentNode.java
index 8e5cc81b4f2cf9d455ee36d679f96da91a3c41d9..f28b1c3c6375617656bd87d5a2b4a823d8df1b2d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 import javax.vecmath.Quat4d;\r
@@ -132,7 +143,7 @@ public class G3DparentNode<T extends IG3DNode> extends ParentNode<T> implements
        }\r
        \r
        @Override\r
-       public Object getAdapter(Class adapter) {\r
+       public <C> C getAdapter(Class<C> adapter) {\r
                return null;\r
        }\r
 }\r