Merged V2.2 to HEAD

10992: Merged V2.1 to V2.2
    10318: Several WCM UI performance enhancements and UI improvements to enable faster interface refresh.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11036 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-09-26 12:25:17 +00:00
parent 4bf32304f1
commit e5e448fc9b
11 changed files with 269 additions and 157 deletions

View File

@@ -276,15 +276,6 @@ public class AVMNode extends Node implements Map<String, Object>
return this.workflowInFlight;
}
public WebProject getWebProject()
{
if (this.webProject == null)
{
this.webProject = new WebProject(this.id);
}
return this.webProject;
}
/**
* @return All the properties known about this node.
*/