[jboss-cvs] JBossAS SVN: r114762 - branches/JBPAPP_5/tomcat/src/main/org/jboss/web/tomcat/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 21:55:00 EDT 2014


Author: soul2zimate
Date: 2014-03-19 21:54:59 -0400 (Wed, 19 Mar 2014)
New Revision: 114762

Modified:
   branches/JBPAPP_5/tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java
Log:
JBPAPP-10737 change JBossGenericPrincipal access level from default to public

Modified: branches/JBPAPP_5/tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java
===================================================================
--- branches/JBPAPP_5/tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java	2014-03-14 12:43:17 UTC (rev 114761)
+++ branches/JBPAPP_5/tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java	2014-03-20 01:54:59 UTC (rev 114762)
@@ -37,7 +37,7 @@
  * @author Scott.Stark at jboss.org
  * @version $Revision$
  */
-class JBossGenericPrincipal
+public class JBossGenericPrincipal
    extends GenericPrincipal
 {
    /** The authenticated user name as a Principal */



More information about the jboss-cvs-commits mailing list