aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event/MethodEventSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/java/com/vaadin/event/MethodEventSource.java')
-rw-r--r--server/src/main/java/com/vaadin/event/MethodEventSource.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/event/MethodEventSource.java b/server/src/main/java/com/vaadin/event/MethodEventSource.java
index 7e55a5acd1..fd4660184c 100644
--- a/server/src/main/java/com/vaadin/event/MethodEventSource.java
+++ b/server/src/main/java/com/vaadin/event/MethodEventSource.java
@@ -57,7 +57,7 @@ public interface MethodEventSource extends Serializable {
* @param method
* the activation method.
* @return a registration object for removing the listener
- * @throws java.lang.IllegalArgumentException
+ * @throws IllegalArgumentException
* unless <code>method</code> has exactly one match in
* <code>object</code>
* @throws NullPointerException
@@ -95,7 +95,7 @@ public interface MethodEventSource extends Serializable {
* @param methodName
* the name of the activation method.
* @return a registration object for removing the listener
- * @throws java.lang.IllegalArgumentException
+ * @throws IllegalArgumentException
* unless <code>method</code> has exactly one match in
* <code>object</code>
* @throws NullPointerException