-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The documentation shows the following example:
selfie/selfie.dev/src/pages/jvm/facets.mdx
Line 149 in 9e72865
return snapshot.plusOrReplace("", prettyPrintHtml(subject)); |
...but the signature of plusOrReplace
is public final Snapshot plusOrReplace(@NotNull String key, @NotNull SnapshotValue value)
- it can not take String
as the second argument (like the example shows)
The codebase contains a SnapshotValue.of(...)
call, but it does not seem accessible from Java?
I guess one could call new SnapshotValueString(...)
directly?
Metadata
Metadata
Assignees
Labels
No labels