Merged V2.2 to HEAD

8282: Merged V2.1-A to V2.2
      8263: Added debug error logging for NavigationBean getCompanyHomeVisible and getGuestHomeVisible.
      8272: Program to load Alfresco with Person objects
   8377: Merged V2.1 to V2.2
      8374: Fix for AR-2087

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8502 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-03-11 10:43:37 +00:00
parent f22ba31c7e
commit b758378921
3 changed files with 148 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ public class AVMNode extends ScriptNode
/**
* @return true if the node is currently locked
*/
public boolean isLocked()
public boolean getIsLocked()
{
AVMLock lock = this.services.getAVMLockingService().getLock(
getWebProject(), path.substring(path.indexOf("/")));