Fix checkstyle
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / multipart / MultipartReplyGroupFeaturesTest.java
index e0bc3dab5453ad6da85a61afe7783fa3b0d0b120..d3763a690aefa5d9e8c27e014ef2b959c0a4861b 100644 (file)
@@ -33,17 +33,17 @@ public class MultipartReplyGroupFeaturesTest {
      */
     @Test
     public void testMultipartReplyGroupFeatures() {
-        ByteBuf bb = BufferHelper.buildBuffer("00 08 00 01 00 00 00 00 " //
-                                              "00 00 00 0F " + // types
-                                              "00 00 00 0F " + // capabilities
-                                              "00 00 00 01 " + // max groups
-                                              "00 00 00 02 " + // max groups
-                                              "00 00 00 03 " + // max groups
-                                              "00 00 00 04 " + // max groups
-                                              "0F FF 98 01 " + // actions bitmap (all actions included)
-                                              "00 00 00 00 " + // actions bitmap (no actions included)
-                                              "00 00 00 00 " + // actions bitmap (no actions included)
-                                              "00 00 00 00"// actions bitmap (no actions included)
+        ByteBuf bb = BufferHelper.buildBuffer("00 08 00 01 00 00 00 00 " //
+                                              + "00 00 00 0F " // types
+                                              + "00 00 00 0F " // capabilities
+                                              + "00 00 00 01 " // max groups
+                                              + "00 00 00 02 " // max groups
+                                              + "00 00 00 03 " // max groups
+                                              + "00 00 00 04 " // max groups
+                                              + "0F FF 98 01 " // actions bitmap (all actions included)
+                                              + "00 00 00 00 " // actions bitmap (no actions included)
+                                              + "00 00 00 00 " // actions bitmap (no actions included)
+                                              + "00 00 00 00" // actions bitmap (no actions included)
                                               );
         MultipartReplyMessage builtByFactory = BufferHelper.deserialize(factory, bb);
 
@@ -79,17 +79,17 @@ public class MultipartReplyGroupFeaturesTest {
      */
     @Test
     public void testMultipartReplyGroupFeatures2() {
-        ByteBuf bb = BufferHelper.buildBuffer("00 08 00 01 00 00 00 00 " //
-                                              "00 00 00 00 " + // types
-                                              "00 00 00 00 " + // capabilities
-                                              "00 00 00 01 " + // max groups
-                                              "00 00 00 02 " + // max groups
-                                              "00 00 00 03 " + // max groups
-                                              "00 00 00 04 " + // max groups
-                                              "00 00 00 00 " + // actions bitmap (all actions included)
-                                              "00 00 00 00 " + // actions bitmap (no actions included)
-                                              "00 00 00 00 " + // actions bitmap (no actions included)
-                                              "00 00 00 00"// actions bitmap (no actions included)
+        ByteBuf bb = BufferHelper.buildBuffer("00 08 00 01 00 00 00 00 " //
+                                              + "00 00 00 00 " // types
+                                              + "00 00 00 00 " // capabilities
+                                              + "00 00 00 01 " // max groups
+                                              + "00 00 00 02 " // max groups
+                                              + "00 00 00 03 " // max groups
+                                              + "00 00 00 04 " // max groups
+                                              + "00 00 00 00 " // actions bitmap (all actions included)
+                                              + "00 00 00 00 " // actions bitmap (no actions included)
+                                              + "00 00 00 00 " // actions bitmap (no actions included)
+                                              + "00 00 00 00" // actions bitmap (no actions included)
                                               );
         MultipartReplyMessage builtByFactory = BufferHelper.deserialize(factory, bb);