Third time's the charm.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1872 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -47,7 +47,7 @@ public class DataTool
|
||||
|
||||
/**
|
||||
* Returns the numerator as a percentage of the denominator (100 * num /
|
||||
* denom), handles 0/0 (returns 0) and returs 0 when denom is 0.
|
||||
* denom), handles 0/0 (returns 0) and returns 0 when denom is 0.
|
||||
*/
|
||||
public int percent (int num, int denom)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user