Commit ec59dc02 authored by Yury Bandarchuk's avatar Yury Bandarchuk Committed by GitHub

Update Constants.java

parent c97abb1e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment