mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user