bloritsch 2003/02/10 07:47:00
Modified: fortress/src/java/org/apache/avalon/fortress/impl/handler
ComponentFactory.java LEAwareComponentHandler.java
PrepareHandlerCommand.java
Log:
remove remaining long form types in main part of code
Revision Changes Path
1.3 +2 -2
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java
Index: ComponentFactory.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ComponentFactory.java 10 Feb 2003 15:35:47 -0000 1.2
+++ ComponentFactory.java 10 Feb 2003 15:47:00 -0000 1.3
@@ -136,7 +136,7 @@
final ServiceManager serviceManager,
final Context context,
final LoggerManager loggerManager,
- final
org.apache.avalon.fortress.impl.LifecycleExtensionManager extManager,
+ final LifecycleExtensionManager extManager,
final InstrumentManager instrumentManager )
{
m_componentClass = componentClass;
1.2 +3 -3
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java
Index: LEAwareComponentHandler.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LEAwareComponentHandler.java 27 Jan 2003 16:55:41 -0000 1.1
+++ LEAwareComponentHandler.java 10 Feb 2003 15:47:00 -0000 1.2
@@ -65,7 +65,7 @@
implements ComponentHandler, Disposable
{
private final ComponentHandler m_componentHandler;
- private final org.apache.avalon.fortress.impl.LifecycleExtensionManager
m_extManager;
+ private final LifecycleExtensionManager m_extManager;
private final Context m_context;
/**
@@ -75,7 +75,7 @@
* @param context the context
*/
public LEAwareComponentHandler( final ComponentHandler componentHandler,
- final
org.apache.avalon.fortress.impl.LifecycleExtensionManager extManager,
+ final LifecycleExtensionManager extManager,
final Context context )
{
if( null == componentHandler )
1.3 +1 -2
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java
Index: PrepareHandlerCommand.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PrepareHandlerCommand.java 7 Feb 2003 16:08:12 -0000 1.2
+++ PrepareHandlerCommand.java 10 Feb 2003 15:47:00 -0000 1.3
@@ -52,7 +52,6 @@
import org.apache.avalon.framework.logger.Logger;
import org.apache.avalon.framework.logger.NullLogger;
import org.apache.excalibur.event.command.Command;
-import org.apache.avalon.fortress.impl.handler.ComponentHandler;
/**
* This is the command class to initialize a ComponentHandler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]