rleland 2002/06/26 13:58:19
Modified: src/share/org/apache/struts/tiles/xmlDefinition
I18nFactorySet.java
Log:
remove double ;; Stupid UML parser chokes otherwise
Revision Changes Path
1.2 +4 -4
jakarta-struts/src/share/org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java
Index: I18nFactorySet.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- I18nFactorySet.java 25 Jun 2002 03:15:43 -0000 1.1
+++ I18nFactorySet.java 26 Jun 2002 20:58:19 -0000 1.2
@@ -354,7 +354,7 @@
// Search last postix corresponding to a config file to load.
// First check if something is loaded for this postfix.
// If not, try to load its config.
- XmlDefinitionsSet lastXmlFile = null;;
+ XmlDefinitionsSet lastXmlFile = null;
DefinitionsFactory factory = null;
String curPostfix = null;
int i;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>