Fixing internal javadoc

This commit is contained in:
thatsIch
2014-09-27 23:17:47 +02:00
parent ab9f67df5a
commit 4088cca5ad
25 changed files with 141 additions and 143 deletions
+3 -3
View File
@@ -147,9 +147,9 @@ public class Platform
/**
* This displays the value for encoded longs ( double *100 )
*
* @param n
* @param isRate
* @return
* @param n to be formatted long value
* @param isRate if true it adds a /t to the formatted string
* @return formatted long value
*/
public static String formatPowerLong(long n, boolean isRate)
{