Author: julien(a)jboss.com
Date: 2007-05-06 17:48:33 -0400 (Sun, 06 May 2007)
New Revision: 7206
Modified:
trunk/core/src/main/org/jboss/portal/core/CoreConstants.java
Log:
removed useless constants
Modified: trunk/core/src/main/org/jboss/portal/core/CoreConstants.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/CoreConstants.java 2007-05-06 21:43:31 UTC
(rev 7205)
+++ trunk/core/src/main/org/jboss/portal/core/CoreConstants.java 2007-05-06 21:48:33 UTC
(rev 7206)
@@ -40,11 +40,7 @@
*/
public static final class Session
{
-
/** . */
- public static final String GUEST_INFO = "jboss.portal.guest_info";
-
- /** . */
public static final String USER_FINALIZER =
"jboss.portal.user_finalizer";
}
@@ -61,7 +57,4 @@
public static final String PORTAL_SERVLET_PATH =
"jboss.portal.servlet_path";
}
}
-
- /** . */
- public static final String REQUEST_TYPE = "jboss.portal.request_type";
}
Show replies by date