* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
From-SVN: r28608
This commit is contained in:
parent
e3253af520
commit
cb35be5713
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
1999-08-08 Anthony Green <green@cygnus.com>
|
||||||
|
|
||||||
* defineclass.cc (_Jv_VerifyClassName): Verify array names
|
* defineclass.cc (_Jv_VerifyClassName): Verify array names
|
||||||
|
|
|
@ -116,8 +116,8 @@ final public class SearchPath {
|
||||||
result = ent.getBytes (element);
|
result = ent.getBytes (element);
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
System.out.println ("loading " + ent
|
// System.out.println ("loading " + ent
|
||||||
+ "(" + element + ")");
|
// + "(" + element + ")");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue