Mechanical code cleanup (sal-clustering-commons)
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / java / org / opendaylight / controller / protobuff / messages / AbstractMessagesTest.java
index c6c4afd5050aa1e4c5f9f63b0dcc3dbb835f4e50..bef1f41b0acd8cdda0f5d954acdce48cd91feb3b 100644 (file)
@@ -45,7 +45,7 @@ public abstract class AbstractMessagesTest {
 
     FileOutputStream output = new FileOutputStream(file);
     builder.build().writeTo(output);
-    output.close();;
+    output.close();
 
   }