morten 01/11/12 10:37:34
Modified: java/src/org/apache/xalan/xsltc/trax
TransformerFactoryImpl.java
Log:
Fix for last putback.
Revision Changes Path
1.33 +2 -2
xml-xalan/java/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java
Index: TransformerFactoryImpl.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- TransformerFactoryImpl.java 2001/11/12 18:30:19 1.32
+++ TransformerFactoryImpl.java 2001/11/12 18:37:34 1.33
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: TransformerFactoryImpl.java,v 1.32 2001/11/12 18:30:19 morten
Exp $
+ * @(#)$Id: TransformerFactoryImpl.java,v 1.33 2001/11/12 18:37:34 morten
Exp $
*
* The Apache Software License, Version 1.1
*
@@ -410,7 +410,7 @@
InputSource input = null;
String systemId = source.getSystemId();
- if (systemId == null) ystemId = "";
+ if (systemId == null) systemId = "";
try {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]