diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-10-05 09:11:52 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-10-05 09:11:52 +0000 |
commit | 29bdff707705ffe2b67752a103e267778be75324 (patch) | |
tree | 9bc621a36a7c45e7a2ec134f5013df6e40174674 /src | |
parent | fd73c209e01309c35398eae25bce58563de707b7 (diff) | |
download | vaadin-framework-29bdff707705ffe2b67752a103e267778be75324.tar.gz vaadin-framework-29bdff707705ffe2b67752a103e267778be75324.zip |
Merged test, javadoc and integration test changes from 6.4
svn changeset:15402/svn branch:6.5
Diffstat (limited to 'src')
-rw-r--r-- | src/com/vaadin/data/util/ItemSorter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/data/util/ItemSorter.java b/src/com/vaadin/data/util/ItemSorter.java index 2613056542..e84c17dcaa 100644 --- a/src/com/vaadin/data/util/ItemSorter.java +++ b/src/com/vaadin/data/util/ItemSorter.java @@ -12,7 +12,7 @@ import com.vaadin.data.Container.Sortable; /** * An item comparator which is compatible with the {@link Sortable} interface. * The <code>ItemSorter</code> interface can be used in <code>Sortable</code> - * implementations to provide a custom sorting method. The interface + * implementations to provide a custom sorting method. */ public interface ItemSorter extends Comparator<Object>, Cloneable, Serializable { |