Skip to content

Commit

Permalink
docs updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Jun 30, 2022
1 parent f52647e commit c807356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@
*
* Use it like this:<pre>{@code
* ResultValueFilterType filterType =
* SelectorFilter.of("core", ServiceLoader.load(ResultValueFilterType.class)).get();
* ServiceSelector.of("core", ServiceLoader.load(ResultValueFilterType.class)).get();
* }</pre>
*
* @param <T> The service type
Expand Down
Expand Up @@ -44,7 +44,7 @@ public class ByteBufferSizedHashed implements LongFunction<ByteBuffer> {

@Example({
"ByteBufferSizedHashed(16)",
"Functionally identical to HashedtoByteBuffer(16) but using dynamic sizing implementation"
"Functionally identical to HashedToByteBuffer(16) but using dynamic sizing implementation"
})
@Example({
"ByteBufferSizedHashed(HashRange(10, 14))",
Expand Down

0 comments on commit c807356

Please sign in to comment.