From fb6ce2ae715d68a8f0bff68dcb7857e599893e07 Mon Sep 17 00:00:00 2001 From: jochen Date: Tue, 27 Apr 1999 18:18:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@651 379699f6-c40d-0410-875b-85095c16579e --- jode/test/TryCatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/test/TryCatch.java b/jode/test/TryCatch.java index f5ce030..734f3ab 100644 --- a/jode/test/TryCatch.java +++ b/jode/test/TryCatch.java @@ -142,7 +142,7 @@ class TryCatch { } void finallyMayBreak() { - while(true) { + while(simple() > 3) { try { System.err.println(); } finally {