Skip to content

Commit

Permalink
Fix javadoc error in FriendlyByteBuffer
Browse files Browse the repository at this point in the history
For some reason that stopped the entire GitHub actions build https://github.com/JorelAli/CommandAPI/actions/runs/5617486381/job/15221661407#step:4:1439
Whoops
  • Loading branch information
willkroboth committed Jul 21, 2023
1 parent 196fc7e commit 021755d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public void writeString(String string) {
}

/**
* Reads a String from this buffer. This method assumes the String was written by {@link #writeString(String).}
* Reads a String from this buffer. This method assumes the String was written by {@link #writeString(String)}.
*
* @return The String read from this buffer.
* @throws IllegalStateException If the read index goes out of bounds while reading bytes.
Expand Down

0 comments on commit 021755d

Please sign in to comment.