Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / DatastoreQueryStrategy.java
index 6102b587b6bdbbdc3c0fb36f25d4b47a22694a87..5be09c6598d30390e880c4ac935445566ac72448 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,
@@ -13,11 +13,5 @@ import javax.management.ObjectName;
 import org.opendaylight.controller.config.util.ConfigRegistryClient;
 
 public interface DatastoreQueryStrategy {
-
-    /**
-     * @param configRegistryClient
-     * @return
-     */
     Set<ObjectName> queryInstances(ConfigRegistryClient configRegistryClient);
-
 }