Remove yang-test
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / dynamicmbean / DynamicReadableWrapper.java
index 1a43d6f8842229671fb7a52439f938bf5d03a9eb..f768731e51b0afc6fc14dca19973d1cca2b78f35 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,
@@ -27,12 +27,6 @@ public class DynamicReadableWrapper extends AbstractDynamicWrapper implements
         DynamicMBeanWithInstance {
     private final AutoCloseable instance;
 
-    /**
-     * @param module
-     * @param instance
-     *            for recreating Module.
-     *
-     */
     public DynamicReadableWrapper(final Module module, final AutoCloseable instance,
             final ModuleIdentifier moduleIdentifier, final MBeanServer internalServer,
             final MBeanServer configMBeanServer) {