[jboss-cvs] JBossAS SVN: r76601 - projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/annotations.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 4 05:55:47 EDT 2008


Author: alesj
Date: 2008-08-04 05:55:47 -0400 (Mon, 04 Aug 2008)
New Revision: 76601

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/annotations/ScopedAnnotationEnvironmentDeployer.java
Log:
Simple code refactor.

Modified: projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/annotations/ScopedAnnotationEnvironmentDeployer.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/annotations/ScopedAnnotationEnvironmentDeployer.java	2008-08-04 09:54:01 UTC (rev 76600)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/annotations/ScopedAnnotationEnvironmentDeployer.java	2008-08-04 09:55:47 UTC (rev 76601)
@@ -35,12 +35,10 @@
 
    public ScopedAnnotationEnvironmentDeployer()
    {
-      super();
    }
 
    public ScopedAnnotationEnvironmentDeployer(ScopedClassPoolRepository repository)
    {
-      this();
       this.repository = repository;
    }
 




More information about the jboss-cvs-commits mailing list