Switch default output stream version
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / SodiumNormalizedNodeOutputStreamWriter.java
index 5f5c0a01fd7fd5a3a9de020a6aa50795776140bb..26a6613fdc7b5acb4cb33d6cc78ddbdf3a6c10bc 100644 (file)
@@ -44,7 +44,7 @@ class SodiumNormalizedNodeOutputStreamWriter extends LithiumNormalizedNodeOutput
     }
 
     @Override
-    protected final void writeQName(final QName qname) throws IOException {
+    public final void writeQName(final QName qname) throws IOException {
         final Integer value = qnameCodeMap.get(qname);
         if (value == null) {
             // Fresh QName, remember it and emit as three strings