summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-12-16 11:47:28 +0000
committerLeif Åstrand <leif@vaadin.com>2011-12-16 11:47:28 +0000
commit848c00331dd0c726b165af44cc3b0de6e327de29 (patch)
treefd2f190b32da3c1e3c0941b6925e85724adcffed
parent983e1fa38e28d4ff3af09946607ef1f71a9025c7 (diff)
downloadvaadin-framework-848c00331dd0c726b165af44cc3b0de6e327de29.tar.gz
vaadin-framework-848c00331dd0c726b165af44cc3b0de6e327de29.zip
Fix some typos (#8143)
svn changeset:22421/svn branch:6.7
-rw-r--r--src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
index 15a33e8970..5782a0b822 100644
--- a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
+++ b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
@@ -511,9 +511,9 @@ public class ApplicationConfiguration implements EntryPoint {
}-*/;
/**
- * Checks whether debugging should be quit
+ * Checks whether debug logging should be quiet
*
- * @return true if debug should be quiet
+ * @return <code>true</code> if debug logging should be quiet
*/
public native static boolean isQuietDebugMode()
/*-{