From 29bdff707705ffe2b67752a103e267778be75324 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 5 Oct 2010 09:11:52 +0000 Subject: Merged test, javadoc and integration test changes from 6.4 svn changeset:15402/svn branch:6.5 --- src/com/vaadin/data/util/ItemSorter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ItemSorter interface can be used in Sortable - * implementations to provide a custom sorting method. The interface + * implementations to provide a custom sorting method. */ public interface ItemSorter extends Comparator, Cloneable, Serializable { -- cgit v1.2.3