Implementation of Data Format serializer
[ccsdk/sli/plugins.git] / restconf-client / provider / src / main / java / org / onap / ccsdk / sli / plugins / yangserializers / pnserializer / PropertiesNodeSerializer.java
index 3e34837..fe6fed4 100644 (file)
@@ -77,10 +77,11 @@ public abstract class PropertiesNodeSerializer<T, P> {
      * Decodes from properties-node to properties map.
      *
      * @param propertiesNode properties-node
-     * @throws SvcLogicException fails to decode properties node to properties
      * @return parameter map
+     * @throws SvcLogicException fails to decode properties node to properties
      */
-    public abstract Map<String, String> decode(PropertiesNode propertiesNode) throws SvcLogicException;
+    public abstract Map<String, String> decode(PropertiesNode propertiesNode)
+            throws SvcLogicException;
 
     /**
      * Returns the schema node of the property