You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sam Kruglov (JIRA)" <ji...@apache.org> on 2019/01/17 14:51:01 UTC

[jira] [Created] (LANG-1431) ComparableUtils

Sam Kruglov created LANG-1431:
---------------------------------

             Summary: ComparableUtils
                 Key: LANG-1431
                 URL: https://issues.apache.org/jira/browse/LANG-1431
             Project: Commons Lang
          Issue Type: New Feature
          Components: lang.*
    Affects Versions: 3.8.1
            Reporter: Sam Kruglov


I have turned {{feeAmount.compareTo(BigDecimal.ZERO) > 0}} into {{is(feeAmount).greaterThan(BigDecimal.ZERO)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)