Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
archiecobbs committed Nov 24, 2021
1 parent 083ab24 commit 8e0c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dellroad/hl7/llp/CharsetDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 47,7 @@ static CharsetDecoder fixed(final Charset charset) {
@Override
public Charset charsetForIncomingMessage(byte[] buf, int offset, int length) {
if (buf == null)
throw new IllegalArgumentException("null buf ");
throw new IllegalArgumentException("null buf");
return charset;
}

Expand Down

0 comments on commit 8e0c7d3

Please sign in to comment.