cvs commit: jakarta-bcel/src/java/org/apache/bcel Repository.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
mdahm       2002/06/03 02:11:26

  Modified:    src/java/org/apache/bcel Repository.java
  Log:
  Undo nonsense
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-bcel/src/java/org/apache/bcel/Repository.java
  
  Index: Repository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/Repository.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Repository.java	3 Jun 2002 09:06:37 -0000	1.6
  +++ Repository.java	3 Jun 2002 09:11:26 -0000	1.7
  @@ -68,7 +68,7 @@
    * the repository or been added with addClass() manually. This is
    * because we have to check for real object identity (==).
    *
  - * @version $Id: Repository.java,v 1.6 2002/06/03 09:06:37 mdahm Exp $
  + * @version $Id: Repository.java,v 1.7 2002/06/03 09:11:26 mdahm Exp $
    * @author <A HREF="mailto:[email protected]">M. Dahm</A
    */
   public abstract class Repository {
  @@ -231,7 +231,7 @@
   
         String   s          = clazz.getSuperclassName();
         String[] interfaces = clazz.getInterfaceNames();
  -System.out.println(java.util.Arrays.asList(interfaces));
  +
         if(clazz.isInterface())
   	vec.addElement(clazz);
         else if(!s.equals("java.lang.Object"))
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.