fix formatting errors

This commit is contained in:
Rodica Sutu
2017-10-30 15:54:46 +02:00
parent 367ccf3851
commit fb3fdbddf1

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);
}