fix formatting errors

This commit is contained in:
Rodica Sutu
2017-10-30 15:54:46 +02:00
parent c6fcb975c6
commit 66bd019080

View File

@@ -71,7 +71,8 @@ public class RulesAPI extends BaseAPI
try
{
return doPostJsonRequest(username, password, getRuleRequest(ruleProperties), MessageFormat.format(RULES_API, "{0}", containerNodeRef));
} catch (JSONException error)
}
catch (JSONException error)
{
LOGGER.error("Unable to extract response parameter.", error);
}