donaldp 02/05/12 07:26:30
Modified: all/src/scratchpad/org/apache/avalon/excalibur/i18n
BundleMatcher.java
Log:
Made ROLE string derived from classname
Revision Changes Path
1.7 +3 -4
jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleMatcher.java
Index: BundleMatcher.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleMatcher.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- BundleMatcher.java 16 Mar 2002 00:05:47 -0000 1.6
+++ BundleMatcher.java 12 May 2002 14:26:29 -0000 1.7
@@ -12,12 +12,11 @@
* to find the relevant bundle.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Neeme Praks</a>
- * @version CVS $Revision: 1.6 $ $Date: 2002/03/16 00:05:47 $ $Author:
donaldp $
+ * @version CVS $Revision: 1.7 $ $Date: 2002/05/12 14:26:29 $ $Author:
donaldp $
*/
public interface BundleMatcher
{
-
- String ROLE = "org.apache.avalon.excalibur.i18n.BundleMatcher";
+ String ROLE = BundleMatcher.class.getName();
/**
* Get the string form of the bundle, based on bundle info.
@@ -25,4 +24,4 @@
* @return the string form
*/
String getType( BundleInfo bundleInfo );
-}
+}
\ No newline at end of file
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>