summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-12-08 13:07:34 +0000
committerArtur Signell <artur.signell@itmill.com>2011-12-08 13:07:34 +0000
commitd7061c0cbf63069edd71b9f6502d07b0ea38dcf9 (patch)
treed7bcecc93f3c3ad9391e77d0d30f13ac1a48abd9
parente968734dfa87136d7a488156789edf77cac1d7f6 (diff)
downloadvaadin-framework-d7061c0cbf63069edd71b9f6502d07b0ea38dcf9.tar.gz
vaadin-framework-d7061c0cbf63069edd71b9f6502d07b0ea38dcf9.zip
#4925 com.vaadin.tools.ReflectTools javadoc
svn changeset:22321/svn branch:6.7
-rw-r--r--src/com/vaadin/tools/ReflectTools.java4
1 files changed, 2 insertions, 2 deletions
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