]> source.dussan.org Git - vaadin-framework.git/commitdiff
more sane year
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 20 May 2008 13:38:10 +0000 (13:38 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 20 May 2008 13:38:10 +0000 (13:38 +0000)
svn changeset:4573/svn branch:trunk

src/com/itmill/toolkit/automatedtests/featurebrowser/ValueInputExample.java

index 67d2fd9b671261657e9135b91a6016fc818799a1..8704d6f3477c3a8e5eb26f9ff8d81fcd0f3ca63f 100644 (file)
@@ -66,7 +66,7 @@ public class ValueInputExample extends CustomComponent {
 \r
         // DateFields\r
 \r
-        Date d = new Date(1998, 1, 22, 13, 14, 15);\r
+        Date d = new Date(98, 1, 22, 13, 14, 15);\r
 \r
         horiz = new OrderedLayout(OrderedLayout.ORIENTATION_HORIZONTAL);\r
         main.addComponent(horiz);\r