Commit b1eb140 1 parent 64bff89 commit b1eb140 Copy full SHA for b1eb140
File tree 2 files changed +11
-1
lines changed
flink-runtime/src/test/java/org/apache/flink/runtime/state
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ public StateChangelogStorage<?> getStateChangelogStorage() {
252
252
return stateChangelogStorage ;
253
253
}
254
254
255
- @ org . jetbrains . annotations . Nullable
255
+ @ Nullable
256
256
@ Override
257
257
public StateChangelogStorageView <?> getStateChangelogStorageView (
258
258
Configuration configuration , ChangelogStateHandle changelogStateHandle ) {
Original file line number Diff line number Diff line change @@ -246,6 +246,16 @@ This file is based on the checkstyle file of Apache Beam.
246
246
<property name =" message" value =" Use import javax.annotation.Nonnull" />
247
247
</module >
248
248
249
+ <module name =" RegexpSinglelineJava" >
250
+ <property name =" format" value =" ^\s*@org.jetbrains.annotations.Nullable\s*$" />
251
+ <property name =" message" value =" Use import javax.annotation.Nullable" />
252
+ </module >
253
+
254
+ <module name =" RegexpSinglelineJava" >
255
+ <property name =" format" value =" ^\s*@org.jetbrains.annotations.Nonnull\s*$" />
256
+ <property name =" message" value =" Use import javax.annotation.Nonnull" />
257
+ </module >
258
+
249
259
<!--
250
260
251
261
JAVADOC CHECKS
You can’t perform that action at this time.
0 commit comments