Fix checkstyle
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / multipart / MultipartReplyMeterFeaturesTest.java
index 6d7a48945d198aef941f45b78b96f744e95e989d..e9bd093bb9fb2510ca7742210082d9d9a9323b25 100644 (file)
@@ -32,11 +32,11 @@ public class MultipartReplyMeterFeaturesTest {
      */
     @Test
     public void testMultipartReplyMeterFeatures() {
-        ByteBuf bb = BufferHelper.buildBuffer("00 0B 00 01 00 00 00 00 " //
-                                              "00 00 00 0A " + // maxMeter
-                                              "00 00 00 06 " + // bandTypes
-                                              "00 00 00 0F " + // capabilities
-                                              "07 08 00 00" // maxBands, maxColor, padding
+        ByteBuf bb = BufferHelper.buildBuffer("00 0B 00 01 00 00 00 00 " //
+                                              + "00 00 00 0A " // maxMeter
+                                              + "00 00 00 06 " // bandTypes
+                                              + "00 00 00 0F " // capabilities
+                                              "07 08 00 00" // maxBands, maxColor, padding
                                               );
         MultipartReplyMessage builtByFactory = BufferHelper.deserialize(factory, bb);
 
@@ -58,11 +58,11 @@ public class MultipartReplyMeterFeaturesTest {
      */
     @Test
     public void testMultipartReplyMeterFeatures2() {
-        ByteBuf bb = BufferHelper.buildBuffer("00 0B 00 01 00 00 00 00 " //
-                                              "00 00 00 09 " + // maxMeter
-                                              "00 00 00 00 " + // bandTypes
-                                              "00 00 00 00 " + // capabilities
-                                              "03 04 00 00" // maxBands, maxColor, padding
+        ByteBuf bb = BufferHelper.buildBuffer("00 0B 00 01 00 00 00 00 " //
+                                              + "00 00 00 09 " // maxMeter
+                                              + "00 00 00 00 " // bandTypes
+                                              + "00 00 00 00 " // capabilities
+                                              "03 04 00 00" // maxBands, maxColor, padding
                                               );
         MultipartReplyMessage builtByFactory = BufferHelper.deserialize(factory, bb);