File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 <dependency >
7272 <groupId >org.checkerframework</groupId >
7373 <artifactId >checker-qual</artifactId >
74- <version >3.17 .0</version >
74+ <version >3.18 .0</version >
7575 </dependency >
7676 <dependency >
7777 <groupId >com.google.errorprone</groupId >
601601 <path >
602602 <groupId >org.checkerframework</groupId >
603603 <artifactId >checker</artifactId >
604- <version >3.17 .0</version >
604+ <version >3.18 .0</version >
605605 </path >
606606 </annotationProcessorPaths >
607607 <annotationProcessors >
619619 <dependency >
620620 <groupId >org.checkerframework</groupId >
621621 <artifactId >checker</artifactId >
622- <version >3.17 .0</version >
622+ <version >3.18 .0</version >
623623 </dependency >
624624 </dependencies >
625625 </profile >
Original file line number Diff line number Diff line change @@ -1233,7 +1233,6 @@ public static CSVFormat newFormat(final char delimiter) {
12331233 true );
12341234 }
12351235
1236- @ SuppressWarnings ("nullness:argument" ) // Objects.toString(..., ...) needs @PolyNull (has it after CF 3.17.0)
12371236 static @ Nullable String @ PolyNull [] toStringArray (final @ Nullable Object @ PolyNull [] values ) {
12381237 if (values == null ) {
12391238 return null ;
You can’t perform that action at this time.
0 commit comments