update method visibility

Signed-off-by: arhine <arhine@redhat.com>
This commit is contained in:
arhine 2023-12-18 12:40:06 -05:00 committed by Pedro Igor
parent 2ba7a51da6
commit 777b3bd410

View file

@ -403,7 +403,7 @@ public class DefaultAttributes extends HashMap<String, List<String>> implements
return name;
}
private List<String> normalizeAttributeValues(String name, Object value) {
protected List<String> normalizeAttributeValues(String name, Object value) {
List<String> values;
if (value instanceof String) {