Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Fix Javadoc overview
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jul 19, 2024
1 parent 7235fa1 commit b558e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
void names(String name) {
var helloService = new HelloService();

assertDoesNotThrow(() -> helloService.sayHello(name));
assertDoesNotThrow(() -> helloService.sayHello(name));

var logger = System.getLogger("HelloService");

Expand Down Expand Up @@ -86,7 +86,7 @@
void names(String name) {
var helloService = new HelloService();

assertDoesNotThrow(() -> helloService.sayHello(name));
assertDoesNotThrow(() -> helloService.sayHello(name));

var logger = System.getLogger("HelloService");

Expand Down

0 comments on commit b558e9b

Please sign in to comment.