Merge "Bug 2374 - YANG Binding: Added support for AugmentationHolder interface"
[yangtools.git] / yang / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / DataRoot.java
index 5882b5159e4b221990a6dd58d677e248baed78f8..66fdfdeb908c5d276d3a946fd2dd5047439c7eaf 100644 (file)
@@ -1,16 +1,16 @@
-/*\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.binding;\r
-\r
-/**\r
- * Data Root of YANG module\r
- * \r
- */\r
-public interface DataRoot {\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.binding;
+
+/**
+ * Data Root of YANG module
+ * 
+ */
+public interface DataRoot {
+
+}