Skip to content

Commit

Permalink
Delete unused field (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Feb 13, 2025
1 parent 5ddfc29 commit adc01c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ public class DistributionAnalyzer implements Callable<Map<ChecksumType, MultiVal

private static final String LICENSES_FILENAME_BASENAME = "licenses";

private static final Pattern SPACE_PATTERN = Pattern.compile("\\s+");

private static final int FILE_ERRORS_SIZE = 2;

private static final int LOCAL_FILES_SIZE = 44515;
Expand Down

0 comments on commit adc01c3

Please sign in to comment.