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:07:26 UTC

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

Author: simonetripodi
Date: Tue Jun 14 09:07:25 2011
New Revision: 1135423

URL: http://svn.apache.org/viewvc?rev=1135423&view=rev
Log:
removed trailing spaces

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=1135423&r1=1135422&r2=1135423&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:07:25 2011
@@ -30,14 +30,14 @@ public interface ErrorHandler
 
     /**
      * Invoked if a class found can't be resolved using the current {@link ClassLoader}.
-     * 
+     *
      * @param className the class name not resolved.
      */
     void onClassNotFound( String className );
 
     /**
      * Invoked if a JAR/ZIP archive can't be read.
-     * 
+     *
      * @param file the file that can't be read.
      * @param e the occurred error.
      */