This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Load class files quietly
- To: java-patches@sourceware.cygnus.com
- Subject: Load class files quietly
- From: Anthony Green <green@cygnus.com>
- Date: Sun, 8 Aug 1999 18:10:12 -0700 (PDT)
This patch, which I have committed, removes the verbose output from
the SearchPath class.
1999-08-08 Anthony Green <green@cygnus.com>
* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
Index: libjava/gnu/gcj/util/path/SearchPath.java
===================================================================
RCS file: /cvs/java/libgcj/libjava/gnu/gcj/util/path/SearchPath.java,v
retrieving revision 1.1
diff -u -r1.1 SearchPath.java
--- SearchPath.java 1999/08/08 14:06:21 1.1
+++ SearchPath.java 1999/08/09 01:07:32
@@ -116,8 +116,8 @@
result = ent.getBytes (element);
if (result != null)
{
- System.out.println ("loading " + ent
- + "(" + element + ")");
+ // System.out.println ("loading " + ent
+ // + "(" + element + ")");
return result;
}
}
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California