Rename SodiumNormalizedNode* classes
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / NormalizedNodeOutputStreamWriter.java
index 3857634e8b384ab01f427d090176f335b1872578..84e7f335874f5ccf4b01d48e942da526a621e16d 100644 (file)
@@ -23,7 +23,7 @@ import java.io.DataOutput;
  * <p>Based on the each node, the node type is also written to the stream, that helps in reconstructing the object,
  * while reading.
  */
-class NormalizedNodeOutputStreamWriter extends SodiumNormalizedNodeOutputStreamWriter {
+class NormalizedNodeOutputStreamWriter extends NeonSR2NormalizedNodeOutputStreamWriter {
     NormalizedNodeOutputStreamWriter(final DataOutput output) {
         super(output);
     }