Replace Utils.min and Utils.max in the client driver with standard methods in 
java.lang.Math
--------------------------------------------------------------------------------------------

                 Key: DERBY-4367
                 URL: https://issues.apache.org/jira/browse/DERBY-4367
             Project: Derby
          Issue Type: Improvement
          Components: Network Client
    Affects Versions: 10.6.0.0
            Reporter: Kristian Waagan
            Assignee: Kristian Waagan
            Priority: Trivial
             Fix For: 10.6.0.0


The client has a utility class implementing functions for choosing the smallest 
and the largest int. These functions are already defined in java.lang.Math, and 
should be used instead because they are more familiar and because there is no 
need to duplicate the functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to