Checkstyle: fix issues and enforce on lisp-proto
[lispflowmapping.git] / mappingservice / lisp-proto / src / test / java / org / opendaylight / lispflowmapping / lisp / authentication / LispMACAuthenticationTest.java
index 6fc9b8007c1d802befabb50b7a7e877b9f278040..2dac55a67e3576e23362e938dfec3ced597d6bef 100644 (file)
@@ -23,9 +23,9 @@ public class LispMACAuthenticationTest {
     private static final String KEY = "pass";
     private static final String ALGORITHM = LispKeyIDEnum.SHA1.getAuthenticationName();
     private static final String MAP_REQUEST_PACKET =
-            "10 00 00 01 3d 8d 2a cd 39 c8 d6 " +
-            "08 00 01 01 02 03 04 00 01 7f 00 " +
-            "00 02 00 20 00 01 7f 00 00 01";
+            "10 00 00 01 3d 8d 2a cd 39 c8 d6 "
+          + "08 00 01 01 02 03 04 00 01 7f 00 "
+          + "00 02 00 20 00 01 7f 00 00 01";
 
     private static int macLength;
     private static byte[] expectedAuthData;