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

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
mdahm       02/03/15 00:47:39

  Modified:    src/java/org/apache/bcel Repository.java
  Log:
  doc fixes
  
  Revision  Changes    Path
  1.4       +7 -5      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Repository.java	11 Mar 2002 12:22:39 -0000	1.3
  +++ Repository.java	15 Mar 2002 08:47:39 -0000	1.4
  @@ -60,15 +60,15 @@
   import java.io.*;
   
   /** 
  - * Repository maintains informations about class interdependencies, e.g.
  + * The repository maintains informations about class interdependencies, e.g.,
    * whether a class is a sub-class of another. JavaClass objects are put
    * into a cache which can be purged with clearCache().
    *
    * All JavaClass objects used as arguments must have been obtained via
    * the repository or been added with addClass() manually. This is
  - * because we have to check for object identity (==).
  + * because we have to check for real object identity (==).
    *
  - * @version $Id: Repository.java,v 1.3 2002/03/11 12:22:39 mdahm Exp $
  + * @version $Id: Repository.java,v 1.4 2002/03/15 08:47:39 mdahm Exp $
    * @author <A HREF="mailto:[email protected]">M. Dahm</A
    */
   public abstract class Repository {
  @@ -78,7 +78,8 @@
   
     static { clearCache(); }
   
  -  /** @return class object for given fully qualified class name, or null
  +  /** Lookup class somewhere found in your CLASSPATH.
  +   * @return class object for given fully qualified class name, or null
      * if the class could not be found or parsed correctly
      */
     public static JavaClass lookupClass(String class_name) {
  @@ -106,7 +107,8 @@
     }
   
     /**
  -   * Try to find class source via getResourceAsStream()
  +   * Try to find class source via getResourceAsStream().
  +   * @see Class
      * @return JavaClass object for given runtime class
      */
     public static JavaClass lookupClass(Class clazz) {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>
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.