[jboss-cvs] JBossAS SVN: r88644 - projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 11:09:49 EDT 2009


Author: alesj
Date: 2009-05-11 11:09:49 -0400 (Mon, 11 May 2009)
New Revision: 88644

Modified:
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazyExecutableRegistry.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazySystemShellImpl.java
Log:
Remove unneccesary line.

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazyExecutableRegistry.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazyExecutableRegistry.java	2009-05-11 15:08:57 UTC (rev 88643)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazyExecutableRegistry.java	2009-05-11 15:09:49 UTC (rev 88644)
@@ -53,7 +53,6 @@
          try
          {
             context = controller.getContext(executableRegistryName, null);
-            controller.enableOnDemand(context);
             controller.change(context, ControllerState.INSTALLED);
          }
          catch (Throwable t)

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazySystemShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazySystemShellImpl.java	2009-05-11 15:08:57 UTC (rev 88643)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/LazySystemShellImpl.java	2009-05-11 15:09:49 UTC (rev 88644)
@@ -34,7 +34,6 @@
 
             try
             {
-               controller.enableOnDemand(context);
                controller.change(context, ControllerState.INSTALLED);
             }
             catch (Throwable t)




More information about the jboss-cvs-commits mailing list