mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix formatting errors
This commit is contained in:
@@ -71,7 +71,8 @@ public class RulesAPI extends BaseAPI
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return doPostJsonRequest(username, password, getRuleRequest(ruleProperties), MessageFormat.format(RULES_API, "{0}", containerNodeRef));
|
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);
|
LOGGER.error("Unable to extract response parameter.", error);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user