Skip to content

Commit

Permalink
Make sonar happy and insert a comment into empty method in DummyService
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Jul 6, 2024
1 parent fc4ded9 commit 708a579
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public class DummyService {
@SuppressWarnings("EmptyMethod")
@WebMethod
public void foo() {
// This is a fake service that does nothing.
}
}

0 comments on commit 708a579

Please sign in to comment.