Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / annotations / AbstractServiceInterface.java
index 261c5f5841f1479370d016d878cfa9c2be4f26f4..0b1d7872fc50021687b984b48d80951062721e3d 100644 (file)
@@ -13,5 +13,5 @@ package org.opendaylight.controller.config.api.annotations;
  * one SI can extend another one, in which case all annotations in hierarchy
  * will be observed.
  */
-public abstract interface AbstractServiceInterface {
+public interface AbstractServiceInterface {
 }