Skip to content

Commit

Permalink
Merge pull request #3538 from ingef/fix/trigger-external-bump
Browse files Browse the repository at this point in the history
makes static field final
  • Loading branch information
thoniTUB authored Aug 29, 2024
2 parents bc417fe + c0a8edd commit 8159e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CPSTypeIdResolver implements TypeIdResolver {
public static final String ATTRIBUTE_SUB_TYPE = "subType";
public static final String SEPARATOR_SUB_TYPE = "@";

private static HashMap<Class<?>, CPSMap> globalMap;
private static final HashMap<Class<?>, CPSMap> globalMap;

public static final ScanResult SCAN_RESULT;

Expand Down

0 comments on commit 8159e15

Please sign in to comment.