Skip to content

Commit

Permalink
revert back a change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan.xu committed Nov 23, 2024
1 parent 4380fa8 commit ba0fd59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ It's always possible to instantiate a repository implementation directly.

[source,java]
----
Library library = new Library(statelessSession);
Library library = new Library_(statelessSession);
----

This is useful for testing, or for executing in an environment with no support for `jakarta.inject`.
Expand Down

0 comments on commit ba0fd59

Please sign in to comment.