Skip to content

Commit

Permalink
return Qualifier constructor access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jan 5, 2025
1 parent 49ff7e9 commit 43ebcc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected Qualifier(IQualifierBuilder builder) {
}
}

public Qualifier(Qualifier qualifier) {
protected Qualifier(Qualifier qualifier) {
if (!qualifier.getImmutableMap().isEmpty()) {
internalMap.putAll(qualifier.getImmutableMap());
}
Expand Down

0 comments on commit 43ebcc1

Please sign in to comment.