]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGExportModel.java
White space clean-up
[simantics/3d.git] / org.simantics.g3d.csg / src / org / simantics / g3d / csg / wizard / CSGExportModel.java
index 6690a62524de87ea922170a1e0f39739593317da..833a333ff225af722375d694e379e5dd0d9bfa8a 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.csg.wizard;\r
 \r
 import java.util.Deque;\r
@@ -6,16 +17,16 @@ import org.simantics.g3d.wizard.IExportModel;
 \r
 public class CSGExportModel extends IExportModel{\r
 \r
-    \r
-    \r
-    public CSGExportModel(Deque<String> recentLocations) {\r
-        super();\r
-        setRecentLocations(recentLocations);\r
-    }\r
-    \r
-    @Override\r
-    public boolean usesFile() {\r
-       return true;\r
-    }\r
+       \r
+       \r
+       public CSGExportModel(Deque<String> recentLocations) {\r
+               super();\r
+               setRecentLocations(recentLocations);\r
+       }\r
+       \r
+       @Override\r
+       public boolean usesFile() {\r
+               return true;\r
+       }\r
 \r
 }\r