File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
webauthn-server-attestation/src/main/java/com/yubico/fido/metadata Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ == Version 2.1.0 (unreleased) ==
2
+
3
+ Fixes:
4
+
5
+ * Fixed various typos and mistakes in JavaDocs.
6
+
7
+
1
8
== Version 2.0.0 ==
2
9
3
10
This release removes deprecated APIs and changes some defaults to better align
Original file line number Diff line number Diff line change @@ -328,9 +328,11 @@ public FidoMetadataService build()
328
328
329
329
/**
330
330
* Preconfigured filters and utilities for combining filters. See the {@link
331
- * FidoMetadataServiceBuilder#prefilter(Predicate) filter} setting.
331
+ * FidoMetadataServiceBuilder#prefilter(Predicate) prefilter} and {@link
332
+ * FidoMetadataServiceBuilder#filter(Predicate) filter} settings.
332
333
*
333
334
* @see FidoMetadataServiceBuilder#prefilter(Predicate)
335
+ * @see FidoMetadataServiceBuilder#filter(Predicate)
334
336
*/
335
337
public static class Filters {
336
338
You can’t perform that action at this time.
0 commit comments