*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@651 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent d05f6127a5
commit fb6ce2ae71
  1. 2
      jode/test/TryCatch.java

@ -142,7 +142,7 @@ class TryCatch {
}
void finallyMayBreak() {
while(true) {
while(simple() > 3) {
try {
System.err.println();
} finally {

Loading…
Cancel
Save