Update Constants.java

This commit is contained in:
Yury Bandarchuk
2016-06-23 21:30:32 +03:00
committed by GitHub
parent c97abb1eea
commit ec59dc026f

View File

@@ -34,7 +34,7 @@ public class Constants {
/** The number of bytes in an `long`. */
static final int SIZEOF_LONG = 8;
/** The number of bytes in an `double`. */
static final int SIZEOF_DOUBLE = 4;
static final int SIZEOF_DOUBLE = 8;
/** The number of bytes in a file identifier. */
static final int FILE_IDENTIFIER_LENGTH = 4;
}