Order modifiers to align with JLS

This commit also applies Checkstyle ModifierOrder to enforce it.

See gh-31368
This commit is contained in:
Johnny Lim
2023-10-05 21:52:29 +09:00
committed by Stéphane Nicoll
parent f60791a8e2
commit 919faa2ce2
108 changed files with 175 additions and 172 deletions

View File

@@ -126,7 +126,7 @@ class WiretapConnector implements ClientHttpConnector {
/**
* Tap into a Publisher of data buffers to save the content.
*/
final static class WiretapRecorder {
static final class WiretapRecorder {
@Nullable
private final Flux<? extends DataBuffer> publisher;