Skip to content

Commit a2d773e

Browse files
committed
updated
1 parent 86a1177 commit a2d773e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Java has some embedded features to parse binary data (for instance ByteBuffer),
1414
# Change log
1515
- __2.0.3 (SNAPSHOT)__
1616
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
17-
- improved JBBPTokenizerException to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
17+
- improved `JBBPTokenizerException` to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
1818

1919
- __2.0.2 (22-aug-2020)__
2020
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2.0.3 (SNAPSHOT)
22
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
3-
- improved JBBPTokenizerException to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
3+
- improved `JBBPTokenizerException` to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
44

55
2.0.2 (22-aug-2020)
66
- added `JBBPOut#Bin` variant to override `@Bin` annotation fields in written objects.

0 commit comments

Comments
 (0)