Merged 5.2.N (5.2.1) to HEAD (5.2)

130167 gjames: Merged searchapi (5.2.1) to 5.2.N (5.2.1)
      129776 gjames: SEARCH-113: Adding a default success response


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@130319 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-09-06 22:02:51 +00:00
parent f1905cd23a
commit a492b4eb04

View File

@@ -88,6 +88,8 @@ public interface ResponseWriter
}
});
final WithResponse DEFAULT_SUCCESS = new WithResponse(Status.STATUS_OK, DEFAULT_JSON_CONTENT, CACHE_NEVER);
default Log resWriterLogger() {
return LogFactory.getLog(this.getClass());
}