donaldp 2002/07/18 18:11:13 Modified: src/java/org/apache/avalon/phoenix/components/classloader DefaultClassLoaderManager.java Log: javadoc <code/> to {@link} Revision Changes Path 1.37 +5 -5 jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultClassLoaderManager.java Index: DefaultClassLoaderManager.java =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultClassLoaderManager.java,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- DefaultClassLoaderManager.java 14 Jul 2002 05:44:22 -0000 1.36 +++ DefaultClassLoaderManager.java 19 Jul 2002 01:11:13 -0000 1.37 @@ -33,16 +33,16 @@ import org.apache.avalon.phoenix.interfaces.ClassLoaderManager; /** - * Component that creates and manages the <code>ClassLoader</code> + * Component that creates and manages the {@link ClassLoader} * for an application loaded out of a <code>.sar</code> deployment. * * <p>Currently it creates a policy based on the policy declaration * in the configuration. It then just creates a URLClassLoader and - * populates it with the specified codebase <code>URL</code>s.</p> + * populates it with the specified codebase {@link URL}s.</p> * * <p>In the future this class will scan the manifests for "Optional * Packages" formely called "Extensions" which it will add to the - * <code>ClassLoader</code></p> + * {@link ClassLoader}</p> * * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> * @see ClassLoaderManager @@ -93,9 +93,9 @@ } /** - * Create a <code>ClassLoader</code> for a specific application. + * Create a {@link ClassLoader} for a specific application. * See Class Javadoc for description of technique for creating - * <code>ClassLoader</code>. + * {@link ClassLoader}. * * @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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>