]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/IIdentifiedObject.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / symbolcontribution / IIdentifiedObject.java
index 4ce51c605f6c070d4f98c87d4608c764867912ce..ed5a4102048715d124492422e2687c68274bf06e 100644 (file)
@@ -1,25 +1,25 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2012 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
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IIdentifiedObject {\r
-\r
-    /**\r
-     * @return any object that identifies this object in the equals/hashCode\r
-     *         sense\r
-     */\r
-    Object getId();\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2012 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;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public interface IIdentifiedObject {
+
+    /**
+     * @return any object that identifies this object in the equals/hashCode
+     *         sense
+     */
+    Object getId();
+
+}