From: jjenista Date: Mon, 23 Feb 2009 23:15:31 +0000 (+0000) Subject: just added some spaces to improve error message X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0b39599b37b1bddd29aa5b4bebd809bd3b4216f5;p=IRC.git just added some spaces to improve error message --- diff --git a/Robust/src/IR/Flat/BuildCode.java b/Robust/src/IR/Flat/BuildCode.java index 5110b2be..0d224a06 100644 --- a/Robust/src/IR/Flat/BuildCode.java +++ b/Robust/src/IR/Flat/BuildCode.java @@ -1935,7 +1935,7 @@ public class BuildCode { } if (fc.getThis()!=null&&md.getThis()==null) { System.out.println("WARNING!!!!!!!!!!!!"); - System.out.println("Source code calls static method"+md+"on an object in "+fm.getMethod()+"!"); + System.out.println("Source code calls static method "+md+" on an object in "+fm.getMethod()+"!"); }