Improve tests and blueprints of Netty Replication Utility
[mdsal.git] / replicate / mdsal-replicate-netty / src / main / java / org / opendaylight / mdsal / replicate / netty / Constants.java
index c9611bec6c991259f5ab9ecf034d442bd62e6342..1fff84f4e5df84f7da57dd967cc6ded774d0c637 100644 (file)
@@ -44,6 +44,7 @@ final class Constants {
 
     static final ByteBuf EMPTY_DATA = Unpooled.unreleasableBuffer(
         Unpooled.wrappedBuffer(new byte[] { MSG_EMPTY_DATA }));
+
     static final ByteBuf DTC_APPLY = Unpooled.unreleasableBuffer(Unpooled.wrappedBuffer(new byte[] { MSG_DTC_APPLY }));
 
     private Constants() {