Author: phuong_vu
Date: 2011-10-19 07:22:31 -0400 (Wed, 19 Oct 2011)
New Revision: 7788
Modified:
portal/trunk/component/web/controller/src/main/java/org/exoplatform/web/url/navigation/NavigationResource.java
Log:
GTNPORTAL-2179 NavigationResource Constructor have to init SiteType attribute
Modified:
portal/trunk/component/web/controller/src/main/java/org/exoplatform/web/url/navigation/NavigationResource.java
===================================================================
---
portal/trunk/component/web/controller/src/main/java/org/exoplatform/web/url/navigation/NavigationResource.java 2011-10-19
11:16:19 UTC (rev 7787)
+++
portal/trunk/component/web/controller/src/main/java/org/exoplatform/web/url/navigation/NavigationResource.java 2011-10-19
11:22:31 UTC (rev 7788)
@@ -40,12 +40,7 @@
/** . */
private final String nodeURI;
-
- public NavigationResource(String siteName)
- {
- this(null, siteName, null);
- }
-
+
public NavigationResource(UserNode node)
{
this(node.getNavigation().getKey().getType(),
node.getNavigation().getKey().getName(), node.getURI());
Show replies by date