webwork/src/main/webwork/action/factory JavaActionFactory.java,1.11,1.12
[email protected] Wed, 05 Nov 2003 18:58:12 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/main/webwork/action/factory
In directory sc8-pr-cvs1:/tmp/cvs-serv5862/src/main/webwork/action/factory
Modified Files:
JavaActionFactory.java
Log Message:
Fixed problem that I introduced when I moved to classloaderUtils.
Wasn't assigning the return value to anything.
Index: JavaActionFactory.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/action/factory/JavaActionFactory.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- JavaActionFactory.java 24 Jun 2003 04:24:35 -0000 1.11
+++ JavaActionFactory.java 6 Nov 2003 02:58:10 -0000 1.12
@@ -56,7 +56,7 @@
{
try
{
- ClassLoaderUtils.loadClass(name, JavaActionFactory.class);
+ actionClass = ClassLoaderUtils.loadClass(name, JavaActionFactory.class);
} catch (Exception e2)
{
// Not found or could not be instantiated
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/