]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention primitives in the javadoc (though they are autboxed) (#8888)
authorLeif Åstrand <leif@vaadin.com>
Fri, 29 Jun 2012 07:36:13 +0000 (10:36 +0300)
committerLeif Åstrand <leif@vaadin.com>
Fri, 29 Jun 2012 07:36:20 +0000 (10:36 +0300)
src/com/vaadin/terminal/AbstractJavaScriptExtension.java
src/com/vaadin/ui/AbstractJavaScriptComponent.java

index 77540c355a65552df19358945d9e0d2ffe588317..1cfa91e392fc73cd24d486d8e85b81ed79cb4a5a 100644 (file)
@@ -139,8 +139,9 @@ public abstract class AbstractJavaScriptExtension extends AbstractExtension {
     /**
      * Invoke a named function that the connector JavaScript has added to the
      * JavaScript connector wrapper object. The arguments should only contain
-     * data types that can be represented in JavaScript, including primitive
-     * boxing types, arrays, String, List, Set, Map, Connector and JavaBeans.
+     * data types that can be represented in JavaScript including primitives,
+     * their boxed types, arrays, String, List, Set, Map, Connector and
+     * JavaBeans.
      * 
      * @param name
      *            the name of the function
index 969c5b7fcd6ec2793c2404cda37b23ce563f0632..a9b94946892de2d3dbccb0bcb19c8cfc09ac39d5 100644 (file)
@@ -142,8 +142,9 @@ public abstract class AbstractJavaScriptComponent extends AbstractComponent {
     /**
      * Invoke a named function that the connector JavaScript has added to the
      * JavaScript connector wrapper object. The arguments should only contain
-     * data types that can be represented in JavaScript, including primitive
-     * boxing types, arrays, String, List, Set, Map, Connector and JavaBeans.
+     * data types that can be represented in JavaScript including primitives,
+     * their boxed types, arrays, String, List, Set, Map, Connector and
+     * JavaBeans.
      * 
      * @param name
      *            the name of the function