You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/06 13:22:14 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces ClassLoaderManager.java

donaldp     2002/09/06 04:22:14

  Modified:    src/java/org/apache/avalon/phoenix/interfaces
                        ClassLoaderManager.java
  Log:
  Turn some <code> sections into {@link} sections
  
  Revision  Changes    Path
  1.14      +4 -4      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ClassLoaderManager.java
  
  Index: ClassLoaderManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ClassLoaderManager.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ClassLoaderManager.java	6 Aug 2002 11:57:41 -0000	1.13
  +++ ClassLoaderManager.java	6 Sep 2002 11:22:14 -0000	1.14
  @@ -12,9 +12,9 @@
   
   /**
    * Interface for component that creates and manages the
  - * <code>ClassLoader</code> for an Application. The specific
  - * mechanism by which the <code>ClassLoader</code> is created
  - * is dependent on the type of <code>Embeddor</code> and the
  + * {@link ClassLoader} for an Application. The specific
  + * mechanism by which the {@link ClassLoader} is created
  + * is dependent on the type of {@link Embeddor} and the
    * deployment format.
    *
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
  @@ -24,7 +24,7 @@
       String ROLE = ClassLoaderManager.class.getName();
   
       /**
  -     * Create a <code>ClassLoader</code> for a specific application.
  +     * Create a {@link ClassLoader} for a specific application.
        *
        * @param environment the configuration "environment.xml" for the application
        * @param source the source of application. (usually the name of the .sar file
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>