]> source.dussan.org Git - vaadin-framework.git/commitdiff
#4925 com.vaadin.tools.ReflectTools javadoc
authorArtur Signell <artur.signell@itmill.com>
Thu, 8 Dec 2011 13:07:34 +0000 (13:07 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 8 Dec 2011 13:07:34 +0000 (13:07 +0000)
svn changeset:22321/svn branch:6.7

src/com/vaadin/tools/ReflectTools.java

index 2fc2125842f984c356a9920be9b5bcc957c158c5..9f0667f90e3fc8c529f764bf78b6a7d85eaa352f 100644 (file)
@@ -15,8 +15,8 @@ import java.lang.reflect.Method;
 public class ReflectTools {
     /**
      * Locates the method in the given class. Returns null if the method is not
-     * found. This method never throws exceptions. Errors in locating methods
-     * are considered serious problems and are output to standard error.
+     * found. Throws an ExceptionInInitializerError if there is a problem
+     * locating the method as this is mainly called from static blocks.
      * 
      * @param cls
      *            Class that contains the method