Author: rich
Date: Wed Sep 15 10:19:45 2004
New Revision: 46125
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
Log:
Second try on this file from my last checkin (revision 46123).
DRT: netui (WinXP)
BB: self (linux)
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowControllerFactory.java
Wed Sep 15 10:19:45 2004
@@ -197,7 +197,7 @@
try
{
- return das.ensureModuleRegistered( modulePath, request );
+ mc = das.ensureModuleRegistered( modulePath, request );
}
catch ( IOException e )
{
@@ -210,7 +210,7 @@
}
}
- return null;
+ return mc;
}
/**