]> source.dussan.org Git - vaadin-framework.git/commitdiff
Two small javadoc corrections
authorHenri Sara <henri.sara@itmill.com>
Wed, 24 Mar 2010 08:02:55 +0000 (08:02 +0000)
committerHenri Sara <henri.sara@itmill.com>
Wed, 24 Mar 2010 08:02:55 +0000 (08:02 +0000)
svn changeset:12051/svn branch:6.3

src/com/vaadin/terminal/gwt/client/ui/VDateField.java
src/com/vaadin/ui/DateField.java

index 4afe0e31e29481c0be7999fd4d3dc0a71dc88f09..601be8b04c93dff9c7031ca718a3d95d779e0247 100644 (file)
@@ -262,7 +262,7 @@ public class VDateField extends FlowPanel implements Paintable, Field {
     /**\r
      * Returns whether ISO 8601 week numbers should be shown in the date\r
      * selector or not. ISO 8601 defines that a week always starts with a Monday\r
-     * so if the week starts with another day this will return false.\r
+     * so the week numbers are only shown if this is the case.\r
      * \r
      * @return true if week number should be shown, false otherwise\r
      */\r
index 4f69b37de66e61fe66c12fe4ed7a8c64a84952d6..fca0cc472cd9302a97a8ade154f70fee64d2bfb9 100644 (file)
@@ -564,7 +564,7 @@ public class DateField extends AbstractField implements
     }
 
     /**
-     * Returns whether date/time interpretation is to be lenient. Lenient
+     * Returns whether date/time interpretation is to be lenient.
      * 
      * @see #setLenient(boolean)
      *