Skip to content

Commit

Permalink
Fixed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Feb 28, 2020
1 parent 19960bd commit 1b96774
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public final List<URI> getGroups() {
* {@inheritDoc}
*/
public final String getValue() {
return getGroups().toString();
return groups.toString();
}

/**
Expand Down

0 comments on commit 1b96774

Please sign in to comment.