Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 18, 2024
1 parent 4cb2c21 commit 25b5265
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1914,6 +1914,7 @@ public void testGracefulShutdownIssue3509() throws Exception {
// Simulate some long-running CPU-intensive work
boolean stop = false;
while (!stop) {
// this is deliberate
}
return res.sendString(Mono.just("cpuIntensive"));
}))
Expand Down

0 comments on commit 25b5265

Please sign in to comment.