Fix checkstyle issues in module sal-dom-broker
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / test / java / org / opendaylight / controller / md / sal / dom / broker / impl / MountPointServiceTest.java
index 92b137c9478304944cbb010593ce8ebb1ac7b15b..cf5853ac299e463ee9921a680a4a2299dac8df32 100644 (file)
@@ -24,7 +24,8 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 public class MountPointServiceTest {
 
     private DOMMountPointService mountService;
-    private static final YangInstanceIdentifier PATH = YangInstanceIdentifier.of(QName.create("namespace", "2012-12-12", "top"));
+    private static final YangInstanceIdentifier PATH = YangInstanceIdentifier
+            .of(QName.create("namespace", "2012-12-12", "top"));
 
     @Before
     public void setup() {