From: Artur Signell Date: Tue, 25 May 2010 13:14:23 +0000 (+0000) Subject: minor javadoc fix X-Git-Tag: 6.7.0.beta1~1642 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e82a663398541cfe945fb0819bcda56900b3955;p=vaadin-framework.git minor javadoc fix svn changeset:13358/svn branch:6.4 --- 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) {