update method visibility
Signed-off-by: arhine <arhine@redhat.com>
This commit is contained in:
parent
2ba7a51da6
commit
777b3bd410
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue