]> source.dussan.org Git - javassist.git/commitdiff
updated javadoc comments.
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sat, 1 Jul 2006 02:20:49 +0000 (02:20 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sat, 1 Jul 2006 02:20:49 +0000 (02:20 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@286 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/URLClassPath.java

index 0c2202016e86f842b1de161063d2fd67cc85f59d..ad1d773189b64a2dc949565185ba1259bf09163e 100644 (file)
@@ -36,7 +36,7 @@ public class URLClassPath implements ClassPath {
      *
      * <p>This search path is used only if a requested
      * class name starts with the name specified by <code>packageName</code>.
-     * If <code>packageName</code> is "org.javassist" and a requested class is
+     * If <code>packageName</code> is "org.javassist." and a requested class is
      * "org.javassist.test.Main", then the given URL is used for loading that class.
      * The <code>URLClassPath</code> obtains a class file from:
      *
@@ -54,7 +54,7 @@ public class URLClassPath implements ClassPath {
      * @param directory         directory name ending with "/".
      *                          It can be "/" (root directory).
      *                          It must start with "/".
-     * @param packageName       package name.
+     * @param packageName       package name.  It must end with "." (dot).
      */
     public URLClassPath(String host, int port,
                         String directory, String packageName) {