From 5490af4c900952e4be1dc071af6860488f27b4c4 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 30 Sep 2010 14:48:45 +0000 Subject: [PATCH] Removed fragment from javadoc svn changeset:15283/svn branch:6.4 --- src/com/vaadin/data/util/ItemSorter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5