np-fix bit-report
This commit is contained in:
parent
ccf6641bad
commit
70bb46b156
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ public final class StatCoderContext extends BitCoderContext
|
|||
*/
|
||||
public static String getBitReport()
|
||||
{
|
||||
if ( statsPerName == null )
|
||||
{
|
||||
return "<empty bit report>";
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for ( String name : statsPerName.keySet() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue