]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/node/IDeletableNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / node / IDeletableNode.java
index cc6e58b8541d9917e7ff41a5de56aed17d8e1100..213a3cc8281251cd64ce966d548b4dbddaf0f9f9 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\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.browsing.ui.common.node;\r
-\r
-\r
-/**\r
- * Make your model node extend this interface to make the node itself capable of\r
- * defining its own deletion.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IDeletableNode extends IDeletable {\r
-\r
-    /**\r
-     * Delete node from the back-end system.\r
-     * \r
-     * @throws DeleteException if node could not be deleted\r
-     */\r
-    void delete() throws DeleteException;\r
-\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.browsing.ui.common.node;
+
+
+/**
+ * Make your model node extend this interface to make the node itself capable of
+ * defining its own deletion.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface IDeletableNode extends IDeletable {
+
+    /**
+     * Delete node from the back-end system.
+     * 
+     * @throws DeleteException if node could not be deleted
+     */
+    void delete() throws DeleteException;
+
+}