Fix checkstyle warnings for impl/karaf, lifecycle, common, mastership
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / configuration / ConfigurationServiceFactoryImplTest.java
index 8d938cd9638c55ba3dfa8dd22d174c693d6e6a6f..46cdece6b75f8990221c1f45cfa76436dae6a93d 100644 (file)
@@ -141,8 +141,8 @@ public class ConfigurationServiceFactoryImplTest {
 
     @Test(expected = NumberFormatException.class)
     public void close() throws Exception {
-       configurationService.close();
-       configurationService.getProperty(ConfigurationProperty.THREAD_POOL_MAX_THREADS.toString(), Integer::valueOf);
+        configurationService.close();
+        configurationService.getProperty(ConfigurationProperty.THREAD_POOL_MAX_THREADS.toString(), Integer::valueOf);
     }
 
 }
\ No newline at end of file