From 5253be5ed749cc63bdbdd31e11a72bbcb9e3d1a3 Mon Sep 17 00:00:00 2001 From: dmose Date: Fri, 15 Aug 2003 23:05:48 +0000 Subject: [PATCH] Tweak comment --- app/PdeCompiler.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/PdeCompiler.java b/app/PdeCompiler.java index d059a5e98..bdce8945d 100644 --- a/app/PdeCompiler.java +++ b/app/PdeCompiler.java @@ -147,9 +147,8 @@ public class PdeCompiler implements PdeMessageConsumer{ e.printStackTrace(); result = -1; } - //System.err.println("result = " + result); - // if we hit either of these conditions, it means that something is + // if the result isn't a known, expected value it means that something is // fairly wrong, one possibility is that jikes has crashed. // if (result != 0 && result != 1 ) {