Added line number to error messages. 75/675/1
authorMartin Vitez <mvitez@cisco.com>
Mon, 6 May 2013 07:12:46 +0000 (09:12 +0200)
committerMartin Vitez <mvitez@cisco.com>
Wed, 24 Jul 2013 11:44:52 +0000 (13:44 +0200)
Change-Id: I180438f8e617ca910b16d524576e88650d966bbd
Signed-off-by: Martin Vitez <mvitez@cisco.com>
yang-model-util/src/main/java/org/opendaylight/controller/yang/model/util/YangTypesConverter.java

index 6d41321bfd0cb5042c150f3f77779e9f68cc344a..e4d176c12b1e62d45e4eb94e6ffe87e332c005a8 100644 (file)
@@ -73,8 +73,6 @@ public class YangTypesConverter {
             type = new StringType(actualPath, namespace, revision);\r
         } else if("binary".equals(typeName)) {\r
             type = new BinaryType(actualPath, namespace, revision);\r
-        } else if("bits".equals(typeName)) {\r
-            type = new BitsType(actualPath, namespace, revision);\r
         } else if("boolean".equals(typeName)) {\r
             type = new BooleanType(actualPath, namespace, revision);\r
         } else if("empty".equals(typeName)) {\r