Cleanup AbstractActionInstructionSerializer
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / util / PathUtil.java
index b3dbec8f4907b95f280e8dbc6daf59002fe92e93..cf9be9e357fa362177699cf16c52216867bfaf32 100644 (file)
@@ -14,15 +14,16 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.N
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
 /**
- * Purpose: utility class providing path and {@link InstanceIdentifier} tools
+ * Purpose: utility class providing path and {@link InstanceIdentifier} tools.
  */
-public class PathUtil {
+public final class PathUtil {
+
     private PathUtil() {
         throw new IllegalStateException("This class should not be instantiated.");
     }
 
     /**
-     * Extracts node id from instance identifier
+     * Extracts node id from instance identifier.
      * @param input instance identifier
      * @return node-id from given instance identifier
      */
@@ -31,7 +32,7 @@ public class PathUtil {
     }
 
     /**
-     * Extracts node id from node reference
+     * Extracts node id from node reference.
      * @param input reference to {@link Node}
      * @return node-id from given reference
      */