summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/util
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-12-18 15:53:31 +0200
committerLeif Åstrand <leif@vaadin.com>2014-12-18 15:53:31 +0200
commit95333e50c65521476d3d166c8f255ccda14221e0 (patch)
tree555cc9066fd052807a5a9fd9b28b3c9e72ca6ab8 /server/src/com/vaadin/util
parentdd8521407bb873a12d2c57100d6af5941b61fd6b (diff)
downloadvaadin-framework-95333e50c65521476d3d166c8f255ccda14221e0.tar.gz
vaadin-framework-95333e50c65521476d3d166c8f255ccda14221e0.zip
Missing @since for 7.4
Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec
Diffstat (limited to 'server/src/com/vaadin/util')
-rw-r--r--server/src/com/vaadin/util/ReflectTools.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/com/vaadin/util/ReflectTools.java b/server/src/com/vaadin/util/ReflectTools.java
index fa34a670bf..2e2d3fe238 100644
--- a/server/src/com/vaadin/util/ReflectTools.java
+++ b/server/src/com/vaadin/util/ReflectTools.java
@@ -187,6 +187,9 @@ public class ReflectTools implements Serializable {
field.set(object, value);
}
+ /**
+ * @since 7.4
+ */
public static Class<?> convertPrimitiveType(Class<?> type) {
// Gets the return type from get method
if (type.isPrimitive()) {