Skip to content

Commit

Permalink
SHIBUI-836: Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Sep 11, 2018
1 parent f4a7b47 commit 76a861f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* If passed it value does not contain Shibboleth Idp '%{}' placeholder token, returns that value as is.
*/
public class SpringPropertyPlaceholderBasedValueResolvingService implements TokenPlaceholderValueResolvingService {
public class ShibbolethPlaceholderTokenAwareValueResolvingService implements TokenPlaceholderValueResolvingService {

@Override
public String resolveValueFromTokenPlaceholder(String tokenPlaceholder) {
Expand Down

0 comments on commit 76a861f

Please sign in to comment.