From: Artur Signell Date: Thu, 8 Dec 2011 13:07:34 +0000 (+0000) Subject: #4925 com.vaadin.tools.ReflectTools javadoc X-Git-Tag: 7.0.0.alpha1~225^2^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d7061c0cbf63069edd71b9f6502d07b0ea38dcf9;p=vaadin-framework.git #4925 com.vaadin.tools.ReflectTools javadoc svn changeset:22321/svn branch:6.7 --- diff --git a/src/com/vaadin/tools/ReflectTools.java b/src/com/vaadin/tools/ReflectTools.java index 2fc2125842..9f0667f90e 100644 --- a/src/com/vaadin/tools/ReflectTools.java +++ b/src/com/vaadin/tools/ReflectTools.java @@ -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