From: Marc Englund Date: Tue, 13 Jan 2009 13:04:57 +0000 (+0000) Subject: TODO comment added X-Git-Tag: 6.7.0.beta1~3346 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc981df4808947468f4342c7aae124d8115488c1;p=vaadin-framework.git TODO comment added svn changeset:6518/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/demo/sampler/FeatureSet.java b/src/com/itmill/toolkit/demo/sampler/FeatureSet.java index 5dbbbcf65f..e3b365b55d 100644 --- a/src/com/itmill/toolkit/demo/sampler/FeatureSet.java +++ b/src/com/itmill/toolkit/demo/sampler/FeatureSet.java @@ -148,7 +148,7 @@ public class FeatureSet extends Feature { new Tooltips(), // new Icons(), // new Errors(), // - new Validation(), // + new Validation(), // TODO this should point to Form instead }); } }