]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java
Set copyright texts for java files in the latest development branches.
[simantics/3d.git] / org.simantics.proconf.g3d.shapeeditor / src / org / simantics / proconf / g3d / shapeeditor / views / ShapeEditorBase.java
index 9c1490d7b553314f9a67df587b258fe89a2b20b3..47631ee40ff38fe7c90f7b9b7c2098a74fe5fbff 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.\r
+ * Copyright (c) 2007- VTT Technical Research Centre of Finland.\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
@@ -63,7 +63,7 @@ import org.simantics.proconf.g3d.shapes.GridShape;
 import org.simantics.proconf.g3d.stubs.G3DModel;\r
 import org.simantics.proconf.g3d.stubs.G3DNode;\r
 import org.simantics.proconf.g3d.stubs.Shape;\r
-import org.simantics.utils.ErrorLogger;\r
+import org.simantics.utils.ui.ErrorLogger;\r
 import org.simantics.utils.ui.jface.MenuTools;\r
 \r
 public class ShapeEditorBase extends ThreeDimensionalEditorBase {\r
@@ -478,13 +478,6 @@ public class ShapeEditorBase extends ThreeDimensionalEditorBase {
                                \r
                        }\r
                }\r
-\r
-               public StructuredResourceSelection filterSelection(ISelection selection) {\r
-                       if (!(selection instanceof StructuredResourceSelection))\r
-                               return new StructuredResourceSelection();\r
-                       return (StructuredResourceSelection) selection;\r
-               }\r
-\r
        }\r
 \r
        /**\r