updated build script

few javadoc fixes
This commit is contained in:
Jindra Petk
2013-04-23 22:28:18 +02:00
parent f490132845
commit e479932693
13 changed files with 398 additions and 182 deletions

View File

@@ -409,7 +409,7 @@ public class SWFOutputStream extends OutputStream {
/**
* Calculates number of bits needed for representing unsigned value
*
* @param v Unsigned value
* @param value Unsigned value
* @return Number of bits
*/
public static int getNeededBitsU(int value) {