From 6e82a663398541cfe945fb0819bcda56900b3955 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 25 May 2010 13:14:23 +0000 Subject: [PATCH] minor javadoc fix svn changeset:13358/svn branch:6.4 --- src/com/vaadin/data/util/DefaultItemSorter.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/data/util/DefaultItemSorter.java b/src/com/vaadin/data/util/DefaultItemSorter.java index 1e83715ace..a2ecd38ef8 100644 --- a/src/com/vaadin/data/util/DefaultItemSorter.java +++ b/src/com/vaadin/data/util/DefaultItemSorter.java @@ -113,7 +113,10 @@ public class DefaultItemSorter implements ItemSorter { * The first item to compare. * @param item2 * The second item to compare. - * @return + * @return a negative, zero, or positive integer if the property value in + * the first item is less than, equal to, or greater than the + * property value in the second item. Negated if {@code + * sortDirection} is false. */ protected int compareProperty(Object propertyId, boolean sortDirection, Item item1, Item item2) { -- 2.39.5