- updated reference from Comparables to ComparableUtils
Signed-off-by: Roland Häder <roland@mxchange.org>
import org.mxchange.jcontacts.model.contact.Contact;
import org.mxchange.jcontacts.model.contact.UserContact;
import org.mxchange.jcontacts.model.utils.ContactUtils;
-import org.mxchange.jcoreutils.comparable.Comparables;
+import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
import org.mxchange.jusercore.model.user.status.UserAccountStatus;
};
// Check all values
- final int comparison = Comparables.checkAll(comparitors);
+ final int comparison = ComparableUtils.checkAll(comparitors);
// Return value
return comparison;