Fix checkstyle
[openflowplugin.git] / samples / learning-switch / src / main / java / org / opendaylight / openflowplugin / learningswitch / DataTreeChangeListenerRegistrationHolder.java
index 34593097cfa0dedb3bf0dd56b0c3985ef133d01d..939bc0cf0dfdf436b1445b02bab1d90b72f05d30 100644 (file)
@@ -1,23 +1,22 @@
-/**
+/*
  * Copyright (c) 2014 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,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.learningswitch;
 
-import org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener;
+import org.opendaylight.mdsal.binding.api.DataTreeChangeListener;
 import org.opendaylight.yangtools.concepts.ListenerRegistration;
 
 /**
- * Holder for {@link org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener} registration.
+ * Holder for {@link DataTreeChangeListener} registration.
  */
 public interface DataTreeChangeListenerRegistrationHolder {
 
     /**
-     * @return the DataTreeChangeListenerRegistration
+     * Returns the DataTreeChangeListenerRegistration.
      */
     ListenerRegistration<DataTreeChangeListener> getDataTreeChangeListenerRegistration();