BUG8607 Fix checkstyle issues
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / ForwardingRulesProperty.java
index ccfb336bb012663304c47835729de499c336e8a2..ef84873d1f59eced836d13ecf80bb3cc9d79ceb4 100644 (file)
@@ -21,7 +21,7 @@ public enum ForwardingRulesProperty {
     private static final Map<String, ForwardingRulesProperty> KEY_VALUE_MAP;
 
     /**
-     * Get property type from property key
+     * Get property type from property key.
      *
      * @param key the property key
      * @return the property type
@@ -42,7 +42,7 @@ public enum ForwardingRulesProperty {
     }
 
     /**
-     * Converts enum name to property key
+     * Converts enum name to property key.
      *
      * @return the property key
      */