just testing the setup
This commit is contained in:
parent
ced9315833
commit
69cb0cb711
1 changed files with 4 additions and 4 deletions
|
@ -20,15 +20,15 @@ public class RedirectException extends EcmaScriptException {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getMessage () {
|
public String getMessage () {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void printStackTrace(java.io.PrintStream s) {
|
public void printStackTrace(java.io.PrintStream s) {
|
||||||
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
public void printStackTrace(java.io.PrintWriter w) {
|
public void printStackTrace(java.io.PrintWriter w) {
|
||||||
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue