Skip to content

Commit

Permalink
Add missing name to AliasConfigSource. IQSS#7457
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 7, 2020
1 parent 5cd0ee9 commit 7a2433e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,6 +73,6 @@ public String getValue(String key) {

@Override
public String getName() {
return null;
return "Alias";
}
}

0 comments on commit 7a2433e

Please sign in to comment.