Commit cb35be57 by Anthony Green Committed by Anthony Green

* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.

From-SVN: r28608
parent e3253af5
1999-08-08 Anthony Green <green@cygnus.com>
* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
1999-08-08 Anthony Green <green@cygnus.com>
* defineclass.cc (_Jv_VerifyClassName): Verify array names
correctly.
......
......@@ -116,8 +116,8 @@ final public class SearchPath {
result = ent.getBytes (element);
if (result != null)
{
System.out.println ("loading " + ent
+ "(" + element + ")");
// System.out.println ("loading " + ent
// + "(" + element + ")");
return result;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment