X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fscenegraph%2FG3DparentNode.java;h=f28b1c3c6375617656bd87d5a2b4a823d8df1b2d;hb=HEAD;hp=8e5cc81b4f2cf9d455ee36d679f96da91a3c41d9;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java b/org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java index 8e5cc81b..f28b1c3c 100644 --- a/org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java +++ b/org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.scenegraph; import javax.vecmath.Quat4d; @@ -132,7 +143,7 @@ public class G3DparentNode extends ParentNode implements } @Override - public Object getAdapter(Class adapter) { + public C getAdapter(Class adapter) { return null; } }