Fix CS warnings in sal-clustering-commons and enable enforcement
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / SampleNormalizedNodeSerializable.java
index 941d775573d32927ee1d07b3927efe8dd07bc09e..365dab7d7b5a765a76fe154a53a27668abcddde5 100644 (file)
@@ -30,7 +30,8 @@ public class SampleNormalizedNodeSerializable implements Serializable {
         return input;
     }
 
-    private void readObject(final ObjectInputStream stream) throws IOException, ClassNotFoundException, URISyntaxException {
+    private void readObject(final ObjectInputStream stream)
+            throws IOException, ClassNotFoundException, URISyntaxException {
         NormalizedNodeDataInput reader = new NormalizedNodeInputStreamReader(stream);
         this.input = reader.readNormalizedNode();
     }