You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/14 11:06:51 UTC

svn commit: r1135422 - /commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java

Author: simonetripodi
Date: Tue Jun 14 09:06:51 2011
New Revision: 1135422

URL: http://svn.apache.org/viewvc?rev=1135422&view=rev
Log:
minor javadoc

Modified:
    commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java

Modified: commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java
URL: http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java?rev=1135422&r1=1135421&r2=1135422&view=diff
==============================================================================
--- commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java (original)
+++ commons/sandbox/meiyo/trunk/src/main/java/org/apache/commons/meiyo/classpath/ErrorHandler.java Tue Jun 14 09:06:51 2011
@@ -23,13 +23,13 @@ import java.io.File;
 import java.io.IOException;
 
 /**
- * Handler for error occurred while scanning the classpath.
+ * Handler for error occurred while scanning the ClassPath.
  */
 public interface ErrorHandler
 {
 
     /**
-     * Invoked if a class found can't be resolved using the current classloader.
+     * Invoked if a class found can't be resolved using the current {@link ClassLoader}.
      * 
      * @param className the class name not resolved.
      */