]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix some typos (#8143)
authorLeif Åstrand <leif@vaadin.com>
Fri, 16 Dec 2011 11:47:28 +0000 (11:47 +0000)
committerLeif Åstrand <leif@vaadin.com>
Fri, 16 Dec 2011 11:47:28 +0000 (11:47 +0000)
svn changeset:22421/svn branch:6.7

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

index 15a33e8970d822f1bec3ab9a1d8753181cbc5798..5782a0b8220ee5591afbfac7d9b2145e8d94eb26 100644 (file)
@@ -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()
     /*-{