The compiler is BROKEN, but it's NOT MY FAULT. I think Brian forgot to check in somet...
[IRC.git] / Robust / src / IR / TypeUtil.java
index 35ee680beae586f142a95fcdb7f45f8af24f9bb6..05f93f5029bbafff321389e0b121364dfcbd131f 100644 (file)
@@ -28,6 +28,7 @@ public class TypeUtil {
   }
 
   public void addNewClass(String cl, Set todo) {
+    //search through the default locations for the file.
     for (int i = 0; i < state.classpath.size(); i++) {
       String path = (String) state.classpath.get(i);
       //The name has ___________ to separate out packages
@@ -41,7 +42,7 @@ public class TypeUtil {
           throw new Error(e);
         }
       }
-    }
+    }    
     throw new Error("Couldn't find class " + cl);
   }