Skip to content

Commit

Permalink
SegmentChecker: Suppress error_prone false positive
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Oct 19, 2023
1 parent 9aeec3c commit 28725bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ protected static void modifyStopByStopErrorMessages() {
* marked as not fixable.
* @param builder error builder
*/
@SuppressWarnings("CollectionIncompatibleType") // This is a false positive from error_prone 2.22
private void findFix(TestError.Builder builder) {

PTRouteSegment wrongSegment = wrongSegmentBuilders.get(builder);
Expand Down

0 comments on commit 28725bb

Please sign in to comment.