Richard Leavelle created IO-336:
-----------------------------------
Summary: Yottabyte (YB) incorrectly defined in FileUtils
Key: IO-336
URL: https://issues.apache.org/jira/browse/IO-336
Project: Commons IO
Issue Type: Bug
Components: Utilities
Affects Versions: 2.3
Reporter: Richard Leavelle
Priority: Minor
In FileUtils, a yottabyte is currently defined as follows:
public static final BigInteger ONE_YB =
ONE_ZB.multiply(BigInteger.valueOf(ONE_EB));
I believe this should be:
public static final BigInteger ONE_YB =
ONE_ZB.multiply(BigInteger.valueOf(ONE_KB));
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira