donaldp 02/05/12 07:24:48
Modified: all/src/scratchpad/org/apache/avalon/excalibur/i18n
BundleFactory.java
Log:
Made Role string derived from classname.
Revision Changes Path
1.3 +2 -4
jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleFactory.java
Index: BundleFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BundleFactory.java 16 Mar 2002 00:05:47 -0000 1.2
+++ BundleFactory.java 12 May 2002 14:24:48 -0000 1.3
@@ -9,9 +9,7 @@
public interface BundleFactory
{
+ String ROLE = BundleFactory.class.getName();
- String ROLE = "org.apache.avalon.excalibur.i18n.BundleFactory";
-
- Bundle createInstance( BundleInfo bi );
-
+ Bundle createInstance( BundleInfo bundleInfo );
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>