BUG-1590: introduce PathArgument.toRelativeString() and use it
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / NodeModification.java
old mode 100755 (executable)
new mode 100644 (file)
index 3774771..b1e24e5
@@ -1,22 +1,22 @@
-/*\r
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.\r
- *\r
- * This program and the accompanying materials are made available under the\r
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
- * and is available at http://www.eclipse.org/legal/epl-v10.html\r
- */\r
-package org.opendaylight.yangtools.yang.data.api;\r
-\r
-/**\r
- * @author michal.rehak\r
- *\r
- */\r
-@Deprecated\r
-public interface NodeModification {\r
-\r
-    /**\r
-     * @return modify action\r
-     */\r
-    ModifyAction getModificationAction();\r
-\r
-}\r
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  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
+ */
+package org.opendaylight.yangtools.yang.data.api;
+
+/**
+ * @author michal.rehak
+ *
+ */
+@Deprecated
+public interface NodeModification {
+
+    /**
+     * @return modify action
+     */
+    ModifyAction getModificationAction();
+
+}