morten 01/11/09 02:01:35
Modified: java/src/org/apache/xalan/xsltc/trax
TransformerFactoryImpl.java
Log:
Removed a debug statement that was left behind after last putback.
PR: none
Obtained from: n/a
Submitted by: [EMAIL PROTECTED]
Reviewed by: [EMAIL PROTECTED]
Revision Changes Path
1.31 +1 -3
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.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- TransformerFactoryImpl.java 2001/11/08 15:08:06 1.30
+++ TransformerFactoryImpl.java 2001/11/09 10:01:35 1.31
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: TransformerFactoryImpl.java,v 1.30 2001/11/08 15:08:06 morten
Exp $
+ * @(#)$Id: TransformerFactoryImpl.java,v 1.31 2001/11/09 10:01:35 morten
Exp $
*
* The Apache Software License, Version 1.1
*
@@ -519,8 +519,6 @@
passErrorsToListener(xsltc.getErrors());
else
xsltc.printErrors();
- System.err.println("java.class.path is
"+System.getProperty("java.class.path"));
- System.err.println("class loader
"+this.getClass().getClassLoader());
ErrorMsg err = new ErrorMsg(ErrorMsg.JAXP_COMPILE_ERR);
throw new TransformerConfigurationException(err.toString());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]