Skip to content

Commit

Permalink
Correct another JavaDoc example
Browse files Browse the repository at this point in the history
(cherry picked from commit 96bef10)
  • Loading branch information
cknoblauch authored and gsmet committed May 21, 2024
1 parent 5a5a455 commit 752c46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* }
*
* {@literal @ApplicationScoped}
* class ServiceBar {
* class ServiceBar implements Service {
*
* public String name() {
* return "bar";
Expand Down

0 comments on commit 752c46d

Please sign in to comment.