Skip to content

Commit

Permalink
delete: dead code
Browse files Browse the repository at this point in the history
Co-Authored-by: Bruce Ricard <bricard@vmware.com>
  • Loading branch information
swalchemist and bruce-ricard committed Dec 9, 2022
1 parent f02a3f0 commit 75f15f7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,4 @@ public TokenValidation validateToken(String token, boolean isAccessToken) {

return tokenValidation;
}

public void setUserDatabase(UaaUserDatabase userDatabase) {
this.userDatabase = userDatabase;
}
}

0 comments on commit 75f15f7

Please sign in to comment.