Skip to content

Commit

Permalink
Merge pull request #40690 from cknoblauch/patch-2
Browse files Browse the repository at this point in the history
Correct JavaDoc example
  • Loading branch information
geoand authored May 20, 2024
2 parents f020580 + 96bef10 commit d539221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 d539221

Please sign in to comment.