Skip to content

Commit

Permalink
Minor update adding 'toString()' to ServletContainerAuthenticationPro…
Browse files Browse the repository at this point in the history
…vider.java
  • Loading branch information
Andrew Woods committed Jun 25, 2014
1 parent f31b447 commit 99a7c92
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -59,6 +59,11 @@ public String getName() {
return ServletContainerAuthenticationProvider.EVERYONE_NAME;
}

@Override
public String toString() {
return getName();
}

};

/**
Expand Down

0 comments on commit 99a7c92

Please sign in to comment.