Merge "Bug 2366: Introducing support for statement ANTLR4 parser as defined in RFC602...
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ChoiceCaseNode.java
index 5017c1d7c1027c055df41aa60c7df9c6d2627616..e38df949bf5046272b305bdd23dc7e525a4cd72d 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.model.api;\r
-\r
-/**\r
- * The ChoiceCaseNode interface is used to define branches of the ChoiceNode.\r
- */\r
-public interface ChoiceCaseNode extends DataSchemaNode, DataNodeContainer,\r
-        AugmentationTarget {\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.model.api;
+
+/**
+ * The ChoiceCaseNode interface is used to define branches of the ChoiceNode.
+ */
+public interface ChoiceCaseNode extends DataSchemaNode, DataNodeContainer,
+        AugmentationTarget {
+
+}