Fixes #1202: Now 10000x items is the limit before being converted to next bigger unit
Added a new method to display a number in a long fashion. Added respective unit tests for them
This commit is contained in:
@@ -129,7 +129,7 @@ public class AppEngRenderItem extends RenderItem
|
||||
}
|
||||
else
|
||||
{
|
||||
return NUMBER_CONVERTER.toHumanReadableForm( originalSize );
|
||||
return NUMBER_CONVERTER.toLongHumanReadableForm( originalSize );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user