Part fix for ALF-19926 Search Service does not support setting up database query options

- JMX support for optional patch checking

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2013-09-16 19:25:01 +00:00
parent 75a9b19b68
commit bade155f29
4 changed files with 8 additions and 3 deletions

View File

@@ -110,4 +110,9 @@ public class OptionalPatchApplicationCheckBootstrapBean extends AbstractLifecycl
{
return patchApplied;
}
public String getPatchId()
{
return patch.getId();
}
}