Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-api / src / test / java / org / opendaylight / controller / config / api / jmx / CommitStatusTest.java
index 299446b16ef0c381485690e9de9635a16f18f5eb..abea9c5afd5577df86706644a7ab57cd9ce3625b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2014, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -26,6 +26,7 @@ public class CommitStatusTest {
         reusedInst.add(new ObjectName("o2: key = val"));
         recreatedInst.add(new ObjectName("o3: key = k"));
     }
+
     @Test
     public void testCommitStatus() throws Exception {
         CommitStatus status = new CommitStatus(newInst, reusedInst, recreatedInst);