Adjustments after changing null-annotations for updating properties (#12221)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-02-08 18:35:16 +01:00
committed by GitHub
parent a3448a57d3
commit 60f9f60faf
10 changed files with 16 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ public class ExecWhitelistWatchService extends AbstractWatchService {
}
@Override
protected Kind<?>[] getWatchEventKinds(@Nullable Path directory) {
protected Kind<?> @Nullable [] getWatchEventKinds(@Nullable Path directory) {
return new Kind<?>[] { ENTRY_CREATE, ENTRY_DELETE, ENTRY_MODIFY };
}