YangTextSchemaSource is a CharSource
[yangtools.git] / parser / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / repo / YangTextSchemaContextResolver.java
index bb6e4d40e3485afa24701a99e09bc101eaddfc77..8e087bf256bc535217edf8c4dc5fe7c7069e7b87 100644 (file)
@@ -134,7 +134,7 @@ public final class YangTextSchemaContextResolver implements AutoCloseable, Schem
                 }
             }
 
-            text = YangTextSchemaSource.delegateForByteSource(parsedId, source);
+            text = YangTextSchemaSource.delegateForCharSource(parsedId, source);
         } else {
             text = source;
         }