Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / testingservices / seviceinterface / ModifiableThreadPoolServiceInterface.java
index 5c30d1e977fafbed51ba19c87e4027ec67d87bd1..b87f3cd077ed3959b6686ae881a39d35fcfa3cb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2013, 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,
@@ -10,8 +10,8 @@ package org.opendaylight.controller.config.manager.testingservices.seviceinterfa
 import org.opendaylight.controller.config.api.annotations.ServiceInterfaceAnnotation;
 import org.opendaylight.controller.config.manager.testingservices.threadpool.TestingModifiableThreadPoolIfc;
 
-@ServiceInterfaceAnnotation(value = "fqn:modifiable-threadpool", osgiRegistrationType = TestingModifiableThreadPoolIfc.class,
-        namespace = "foo",  revision = "bar", localName = "modifiable-threadpool")
-public interface ModifiableThreadPoolServiceInterface extends
-        TestingThreadPoolServiceInterface {
+@ServiceInterfaceAnnotation(value = "fqn:modifiable-threadpool",
+    osgiRegistrationType = TestingModifiableThreadPoolIfc.class,
+    namespace = "foo", revision = "bar", localName = "modifiable-threadpool")
+public interface ModifiableThreadPoolServiceInterface extends TestingThreadPoolServiceInterface {
 }