Update Objects->MoreObjects
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / ContainerSchemaNode.java
index 024d0d9848c0a0e6d7c4c20568c157e0cc9c47de..4a2473cd8dc451187b52db9e92e1f36646d1bb56 100644 (file)
@@ -1,25 +1,25 @@
-/*\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 ContainerSchemaNode is used to define an interior data node in the schema\r
- * tree. There are two styles of containers, those that exist only for\r
- * organizing the hierarchy of data nodes, and those whose presence in the\r
- * configuration has an explicit meaning.\r
- */\r
-public interface ContainerSchemaNode extends DataNodeContainer,\r
-        AugmentationTarget, DataSchemaNode {\r
-\r
-    /**\r
-     * @return true, if presence of this container has an explicit meaning,\r
-     *         false otherwise\r
-     */\r
-    boolean isPresenceContainer();\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 ContainerSchemaNode is used to define an interior data node in the schema
+ * tree. There are two styles of containers, those that exist only for
+ * organizing the hierarchy of data nodes, and those whose presence in the
+ * configuration has an explicit meaning.
+ */
+public interface ContainerSchemaNode extends DataNodeContainer,
+        AugmentationTarget, DataSchemaNode {
+
+    /**
+     * @return true, if presence of this container has an explicit meaning,
+     *         false otherwise
+     */
+    boolean isPresenceContainer();
+
+}