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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 1 20:47:42 EDT 2009


Author: ctomc
Date: 2009-05-01 20:47:42 -0400 (Fri, 01 May 2009)
New Revision: 88119

Modified:
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java
Log:
refactoring, added dependancy to jboss-mc-aop-int

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java	2009-05-02 00:46:26 UTC (rev 88118)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AbstractInvokeExe.java	2009-05-02 00:47:42 UTC (rev 88119)
@@ -15,8 +15,7 @@
 /**
  * @author ales.justin at jboss.org
  */
-public abstract class Abstra
-        ctInvokeExe extends AbstractExecutable {
+public abstract class AbstractInvokeExe extends AbstractExecutable {
     protected abstract Logger getLog();
 
     protected abstract String getCmd();




More information about the jboss-cvs-commits mailing list