donaldp 02/01/28 01:25:12
Modified: proposal/myrmidon/src/java/org/apache/myrmidon/framework/factorys
ExecManagerFactory.java
Log:
Correct specifier ordering
Revision Changes Path
1.2 +2 -2
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/framework/factorys/ExecManagerFactory.java
Index: ExecManagerFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/framework/factorys/ExecManagerFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExecManagerFactory.java 26 Jan 2002 04:17:06 -0000 1.1
+++ ExecManagerFactory.java 28 Jan 2002 09:25:11 -0000 1.2
@@ -19,12 +19,12 @@
* A Factory responsible for creating the ExecManager service.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.1 $ $Date: 2002/01/26 04:17:06 $
+ * @version $Revision: 1.2 $ $Date: 2002/01/28 09:25:11 $
*/
public class ExecManagerFactory
implements ServiceFactory
{
- private static final Resources REZ =
+ private final static Resources REZ =
ResourceManager.getPackageResources( ExecManagerFactory.class );
/**
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>