X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fadapters%2FISceneGraphProvider.java;h=47b82fe13b1a7c90a2e29e841f47e3f773cc977c;hb=refs%2Fchanges%2F38%2F238%2F2;hp=f1da46807e46e5947758ddeb52a086006aeb2f31;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/adapters/ISceneGraphProvider.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/adapters/ISceneGraphProvider.java index f1da46807..47b82fe13 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/adapters/ISceneGraphProvider.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/adapters/ISceneGraphProvider.java @@ -1,14 +1,14 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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 - *******************************************************************************/ +/******************************************************************************* + * Copyright (c) 2007, 2010 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.scenegraph.adapters; import java.awt.event.AWTEventListener; @@ -29,8 +29,8 @@ public interface ISceneGraphProvider { * @return sg */ public G2DSceneGraph initializeSceneGraph(G2DSceneGraph sg); - - public G2DSceneGraph initializeSceneGraph(G2DSceneGraph sg, String modelURI, String RVI); + + public G2DSceneGraph initializeSceneGraph(G2DSceneGraph sg, String modelURI, String RVI); /** *