Skip to content

Commit

Permalink
Correct another JavaDoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
cknoblauch authored May 17, 2024
1 parent 6ed4816 commit 96bef10
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 96bef10

Please sign in to comment.