BUG-1070: introduce YangSyntaxErrorException
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / FeatureDefinition.java
index 2bfa554aeaa44a85a4123c16e476575489daf1b0..1a3d7d1115de8016a794efb5f54f6e9dce105716 100644 (file)
@@ -1,20 +1,20 @@
-/*\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
- * Interface describing YANG 'feature' statement.\r
- * <p>\r
- * The feature statement is used to define a mechanism by which portions of the\r
- * schema are marked as conditional. A feature name can later be referenced\r
- * using the 'if-feature' statement.\r
- * </p>\r
- */\r
-public interface FeatureDefinition extends SchemaNode {\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;
+
+/**
+ * Interface describing YANG 'feature' statement.
+ * <p>
+ * The feature statement is used to define a mechanism by which portions of the
+ * schema are marked as conditional. A feature name can later be referenced
+ * using the 'if-feature' statement.
+ * </p>
+ */
+public interface FeatureDefinition extends SchemaNode {
+
+}