[jboss-cvs] JBossAS SVN: r91871 - projects/webbeans-ri-int/branches/5.2-alesj-deployment/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 31 05:53:24 EDT 2009


Author: alesj
Date: 2009-07-31 05:53:24 -0400 (Fri, 31 Jul 2009)
New Revision: 91871

Modified:
   projects/webbeans-ri-int/branches/5.2-alesj-deployment/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/AbstractBootstrapInfoDeployer.java
Log:
Make ctor prot.

Modified: projects/webbeans-ri-int/branches/5.2-alesj-deployment/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/AbstractBootstrapInfoDeployer.java
===================================================================
--- projects/webbeans-ri-int/branches/5.2-alesj-deployment/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/AbstractBootstrapInfoDeployer.java	2009-07-31 08:13:36 UTC (rev 91870)
+++ projects/webbeans-ri-int/branches/5.2-alesj-deployment/deployer/src/main/java/org/jboss/webbeans/integration/deployer/env/AbstractBootstrapInfoDeployer.java	2009-07-31 09:53:24 UTC (rev 91871)
@@ -38,7 +38,7 @@
  */
 public abstract class AbstractBootstrapInfoDeployer extends AbstractOptionalRealDeployer<BootstrapInfo>
 {
-   public AbstractBootstrapInfoDeployer(boolean isPassThroughBootstrapInfo)
+   protected AbstractBootstrapInfoDeployer(boolean isPassThroughBootstrapInfo)
    {
       super(BootstrapInfo.class);
       setTopLevelOnly(true);




More information about the jboss-cvs-commits mailing list