docs updates and fixes

This commit is contained in:
Jonathan Shook 2022-06-29 20:45:06 -05:00
parent f52647e861
commit c807356b51
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import java.util.stream.Collectors;
*
* 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

View File

@ -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))",