You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/11/19 21:18:56 UTC

svn commit: r476906 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java

Author: henning
Date: Sun Nov 19 12:18:56 2006
New Revision: 476906

URL: http://svn.apache.org/viewvc?view=rev&rev=476906
Log:
Fix up comments and logging message.

Modified:
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java?view=diff&rev=476906&r1=476905&r2=476906
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java Sun Nov 19 12:18:56 2006
@@ -62,7 +62,7 @@
      */
 
     public final static String CACHEDUMP_MSG =
-        "Introspector : detected classloader change. Dumping cache.";
+        "Introspector: detected classloader change. Dumping cache.";
 
     /**
      * The Log we use
@@ -101,10 +101,6 @@
     public Method getMethod(final Class c, final String name, final Object[] params)
         throws IllegalArgumentException
     {
-        /*
-         *  just delegate to the base class
-         */
-
         try
         {
             return super.getMethod(c, name, params);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org