reducing verbosity

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-02-16 07:25:10 +00:00
parent 6cf9741a08
commit a234a6d495
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class Main {
if( files!=null ) { if( files!=null ) {
for (int j = 0; j < files.length; j++) { for (int j = 0; j < files.length; j++) {
if( files[j].getName().endsWith(".zip") || files[j].getName().endsWith(".jar") ) { if( files[j].getName().endsWith(".zip") || files[j].getName().endsWith(".jar") ) {
try{ System.out.println("Adding to classpath: " + files[j].getCanonicalPath()); }catch(Exception e){} // try{ System.out.println("Adding to classpath: " + files[j].getCanonicalPath()); }catch(Exception e){}
urls.add(files[j].toURL()); urls.add(files[j].toURL());
} }
} }