Rename method

This commit is contained in:
ryounes 2011-07-14 18:03:56 +00:00
parent 06c9d3ffc8
commit 7f3da9448d

View file

@ -87,7 +87,7 @@ public class User extends BaseTemplateModel {
return PolicyHelper.isAuthorizedForActions(vreq, RevisionInfoController.REQUIRED_ACTIONS);
}
public boolean getHasSearchIndexRebuildAccess() {
public boolean isAuthorizedToRebuildSearchIndex() {
return PolicyHelper.isAuthorizedForActions(vreq, IndexController.REQUIRED_ACTIONS);
}