]> source.dussan.org Git - vaadin-framework.git/commitdiff
#4130: Javadoc typos in ApplicationConnection
authorArtur Signell <artur.signell@itmill.com>
Thu, 4 Feb 2010 15:27:12 +0000 (15:27 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 4 Feb 2010 15:27:12 +0000 (15:27 +0000)
svn changeset:11145/svn branch:6.3

src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 1c3128dbdfe5bea69c9a80c312eceb8094b79fb8..e35176a5fa4306dc988af3be86340118337a5a31 100755 (executable)
@@ -1109,7 +1109,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
     public void updateVariable(String paintableId, String variableName,
             Paintable newValue, boolean immediate) {
@@ -1132,7 +1132,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1155,7 +1155,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1179,7 +1179,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1203,7 +1203,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1227,7 +1227,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1251,7 +1251,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
 
     public void updateVariable(String paintableId, String variableName,
@@ -1275,7 +1275,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
     public void updateVariable(String paintableId, String variableName,
             Map<String, Object> map, boolean immediate) {
@@ -1338,7 +1338,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
     public void updateVariable(String paintableId, String variableName,
             String[] values, boolean immediate) {
@@ -1373,7 +1373,7 @@ public class ApplicationConnection {
      * @param newValue
      *            the new value to be sent
      * @param immediate
-     *            true if the update is to be sent as suun as possible
+     *            true if the update is to be sent as soon as possible
      */
     public void updateVariable(String paintableId, String variableName,
             Object[] values, boolean immediate) {