------------------------------------------------------------
revno: 17337
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Sun 2014-11-02 17:04:54 -0500
message:
  Minor
modified:
  
dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/MathUtils.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/MathUtils.java'
--- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/MathUtils.java	2014-11-02 22:01:27 +0000
+++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/MathUtils.java	2014-11-02 22:04:54 +0000
@@ -201,7 +201,7 @@
      * 
      * @param value the value to return and potentially round off.
      */
-    public static Object getRounded( Object value )
+    public static Object getRoundedObject( Object value )
     {
         return value != null && Double.class.equals( value.getClass() ) ? getRounded( (Double) value ) : value;
     }

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to