Skip to content

Commit

Permalink
[java] fixed the format of DriverService
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Feb 13, 2024
1 parent 65166ba commit 9077fba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -222,7 +222,7 @@ public void start() throws IOException {
? StartOrDie.PROCESS_DIED
: StartOrDie.PROCESS_IS_ACTIVE;
} catch (InterruptedException ex) {
return null;
return null;
}
},
executorService);
Expand Down

0 comments on commit 9077fba

Please sign in to comment.