From: Artur Signell Date: Thu, 4 Feb 2010 15:27:12 +0000 (+0000) Subject: #4130: Javadoc typos in ApplicationConnection X-Git-Tag: 6.7.0.beta1~2058 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48dbc19590b75cbabe0332a5e153e9a8fbbe0673;p=vaadin-framework.git #4130: Javadoc typos in ApplicationConnection svn changeset:11145/svn branch:6.3 --- diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java index 1c3128dbdf..e35176a5fa 100755 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java @@ -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 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) {