just testing the setup

This commit is contained in:
hns 2002-02-20 16:02:15 +00:00
parent ced9315833
commit 69cb0cb711

View file

@ -24,11 +24,11 @@ public class RedirectException extends EcmaScriptException {
}
public void printStackTrace(java.io.PrintStream s) {
// do nothing
}
public void printStackTrace(java.io.PrintWriter w) {
// do nothing
}
}