We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a7aef commit 2e7f3f9Copy full SHA for 2e7f3f9
webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/FidoMetadataService.java
@@ -261,7 +261,7 @@ public FidoMetadataServiceBuilder useBlob(@NonNull MetadataBLOBPayload blobPaylo
261
*
262
* @param prefilter a {@link Predicate} which returns <code>true</code> for metadata entries to
263
* include in the data source.
264
- * @see #filter
+ * @see #filter(Predicate)
265
* @see Filters#allOf(Predicate[])
266
*/
267
public FidoMetadataServiceBuilder prefilter(
0 commit comments