We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64140c9 commit 62d8901Copy full SHA for 62d8901
jbbp/src/main/java/com/igormaznitsa/jbbp/model/JBBPFieldUInt.java
@@ -48,7 +48,7 @@ public int getAsInt() {
48
if (this.value >= 0) {
49
return this.value;
50
} else {
51
- throw new IllegalStateException("Can't be represented as signed int: 0x" +
+ throw new IllegalStateException("can't convert UINT value into signed INT: 0x" +
52
(Long.toHexString(this.value & 0xFFFFFFFFL).toUpperCase(
53
Locale.ENGLISH)));
54
}
0 commit comments