Skip to content

Commit

Permalink
Merge pull request #44333 from mcruzdev/fix-writing-extensions-typo
Browse files Browse the repository at this point in the history
Fix writing-extensions typo
  • Loading branch information
geoand authored Nov 6, 2024
2 parents 5b7fa98 + ec786f4 commit f219b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ static record KeyPairContext(Map<String, String> properties) {}

<1> You can retrieve the context from `LiveReloadBuildItem`. This call returns `null` if there is no context for the specified type; otherwise, it returns the stored instance from a previous live reload execution.
<2> You can check if this is the first execution (not a live reload).
<3> The `LiveReloadBuildItem#setContext` method allows you to set a context across live reloads.
<3> The `LiveReloadBuildItem#setContextObject` method allows you to set a context across live reloads.

==== Triggering Live Reload

Expand Down

0 comments on commit f219b98

Please sign in to comment.