Fix checkstyle violations in openflowplugin extensions
[openflowplugin.git] / extension / openflowplugin-extension-api / src / main / java / org / opendaylight / openflowplugin / extension / api / path / AugmentationPath.java
index 1eb60e19ec42ebf6a37d3e66fbffd505729389f9..1c7aae844877b6f447621f2b1f461b9d92a0d488 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * 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
@@ -11,11 +11,11 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.ge
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
 /**
- * @author msunal
+ * Interface for an extension augmentation path.
  *
+ * @author msunal
  */
 public interface AugmentationPath {
 
     InstanceIdentifier<Extension> getInstanceIdentifier();
-
 }