Skip to content

Commit

Permalink
</p> tag in javadoc not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed May 20, 2024
1 parent e90be9b commit 997e601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/openhft/chronicle/bytes/Bytes.java
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,10 @@ static String toString(@NotNull final Bytes<?> buffer,
/**
* <p>Extracts a string from the provided {@code buffer} starting at the specified {@code position},
* and spanning for the specified {@code length} number of characters. The buffer's state
* remains unchanged by this method.</p>
* remains unchanged by this method.
*
* <p>The method reads {@code length} bytes from the {@code buffer}, starting at {@code position},
* and constructs a string from these bytes.</p>
* and constructs a string from these bytes.
*
* <p>This method supports all characters in the Basic Latin Unicode block, but does not handle the
* upper half of ISO-8859-1. For strings using the upper block of ISO-8859-1, use {@link #to8bitString()}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* <p>
* This class is thread-safe provided that external synchronization is applied. It uses different implementations based on the JVM's debug status:
* in debug mode, it uses {@link BinaryLongReference} for safety checks; otherwise, it uses {@link UncheckedLongReference} for better performance.
* </p>
*
* @see LongReference
* @see ReferenceOwner
* @see UnsafeCloseable
Expand Down

0 comments on commit 997e601

Please sign in to comment.