File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
flink-cdc-composer/src/main/java/org/apache/flink/cdc/composer/utils Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020import org .apache .flink .cdc .common .annotation .Internal ;
2121import org .apache .flink .cdc .common .factories .Factory ;
2222
23- import org .codehaus .commons .nullanalysis .NotNull ;
2423import org .slf4j .Logger ;
2524import org .slf4j .LoggerFactory ;
2625
26+ import javax .annotation .Nonnull ;
27+
2728import java .net .URL ;
2829import java .nio .file .Files ;
2930import java .nio .file .Paths ;
@@ -43,7 +44,7 @@ public class FactoryDiscoveryUtils {
4344 private FactoryDiscoveryUtils () {}
4445
4546 /** Returns the {@link Factory} for the given identifier. */
46- @ NotNull
47+ @ Nonnull
4748 @ SuppressWarnings ("unchecked" )
4849 public static <T extends Factory > T getFactoryByIdentifier (
4950 String identifier , Class <T > factoryClass ) {
You can’t perform that action at this time.
0 commit comments