X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Fcom%2Fbrian_web%2Fgcclass%2FGCClass.java;h=77b6e122111fbc75c5f3e6ac5479e4de1d47c71e;hb=94ca00b8891f6707c1b0a2133cc94517694d0c62;hp=597159126f0e3c1339f8cbfbf4de27aa25076e32;hpb=55790e1e51cf5bbb5cbec3f0526c56dfbf5c0db7;p=org.ibex.gcclass.git diff --git a/src/com/brian_web/gcclass/GCClass.java b/src/com/brian_web/gcclass/GCClass.java index 5971591..77b6e12 100644 --- a/src/com/brian_web/gcclass/GCClass.java +++ b/src/com/brian_web/gcclass/GCClass.java @@ -1,6 +1,6 @@ // Copyright (C) 2004 Brian Alliet -// Based on NanoGoat by Adam Megac +// Based on NanoGoat by Adam Megacz // Copyright (C) 2004 Adam Megacz all rights reserved. // @@ -58,7 +58,6 @@ public class GCClass { private final Hashtable references = new Hashtable(); public GCClass(String classpath) throws ClassNotFoundException { - System.err.println(ClassPath.SYSTEM_CLASS_PATH + File.pathSeparator + classpath); repo = SyntheticRepository.getInstance(new ClassPath(ClassPath.SYSTEM_CLASS_PATH + File.pathSeparator + classpath)); for(int i=0;i