ovidiu 02/01/31 17:41:54
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap
SchemeSitemapFunctions.java
Log:
Don't print the stack trace to stdout.
Revision Changes Path
1.2 +0 -1
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java
Index: SchemeSitemapFunctions.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/scheme/sitemap/SchemeSitemapFunctions.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SchemeSitemapFunctions.java 19 Jan 2002 00:56:16 -0000 1.1
+++ SchemeSitemapFunctions.java 1 Feb 2002 01:41:54 -0000 1.2
@@ -179,7 +179,6 @@
}
}
catch (Exception ex) {
- ex.printStackTrace();
throw new RuntimeException(ex.toString());
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]