]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/ISymbolProvider.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / symbolcontribution / ISymbolProvider.java
index f8bf0475afe46eb232705d9f2a1018b38c181322..c8c71fa79aa4fc0a0a0bdb505b5f69ddebcfb294 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in 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.diagram.symbolcontribution;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.diagram.symbollibrary.ISymbolGroup;\r
-\r
-/**\r
- * An <code>ISymbolProvider</code> must be equals-comparable, i.e.\r
- * equals/hashCode need to be re-implemented. ISymbolProviders are considered to\r
- * be same if they provide the same <em>set</em> of symbol groups.\r
- * \r
- * @author Hannu Niemist&ouml;\r
- */\r
-public interface ISymbolProvider {\r
-    Collection<ISymbolGroup> getSymbolGroups();\r
-    void setListener(Runnable listener);\r
-    void dispose();\r
-}\r
+/*******************************************************************************
+ * 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.diagram.symbolcontribution;
+
+import java.util.Collection;
+
+import org.simantics.diagram.symbollibrary.ISymbolGroup;
+
+/**
+ * An <code>ISymbolProvider</code> must be equals-comparable, i.e.
+ * equals/hashCode need to be re-implemented. ISymbolProviders are considered to
+ * be same if they provide the same <em>set</em> of symbol groups.
+ * 
+ * @author Hannu Niemist&ouml;
+ */
+public interface ISymbolProvider {
+    Collection<ISymbolGroup> getSymbolGroups();
+    void setListener(Runnable listener);
+    void dispose();
+}