Updated signature of getImplementedInterface 37/1837/1
authorTony Tkacik <ttkacik@cisco.com>
Fri, 11 Oct 2013 14:58:52 +0000 (16:58 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 11 Oct 2013 14:58:52 +0000 (16:58 +0200)
Change-Id: If8f26aacfc10abfa31c6c5daccb1188dd21e7647
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/DataContainer.java

index bb4476de2e7c43cebd8f5125fe68306fd381874c..67b20dd1f209fafa9aa675af52792571105d4526 100644 (file)
@@ -1,29 +1,29 @@
-/*
- * 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 Container - object contains structured data
- * 
- * Marker interface which must be implmeneted by all interfaces
- * generated for YANG:
- * <ul>
- * <li>Rpc Input
- * <li>Output 
- * <li>Notification
- * <li>Container
- * <li>List
- * <li>Case
- * </ul>
- * 
- *
- */
-public interface DataContainer {
-
-    public Class<? extends DataObject> getImplementedInterface();
-}
+/*\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 Container - object contains structured data\r
+ * \r
+ * Marker interface which must be implmeneted by all interfaces\r
+ * generated for YANG:\r
+ * <ul>\r
+ * <li>Rpc Input\r
+ * <li>Output \r
+ * <li>Notification\r
+ * <li>Container\r
+ * <li>List\r
+ * <li>Case\r
+ * </ul>\r
+ * \r
+ *\r
+ */\r
+public interface DataContainer {\r
+\r
+    public Class<? extends DataContainer> getImplementedInterface();\r
+}\r