Skip to content

Commit 32c847b

Browse files
committed
Fix 'credentialAuth' hides a field.
Rename this parameter to fix this checkstyle violation. JIRA: LIGHTY-354 Signed-off-by: tobias.pobocik <[email protected]>
1 parent de2fb32 commit 32c847b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALightyShiroProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ public void close() {
249249
}
250250

251251
private RealmAuthProvider buildRealmAuthProvider(
252-
final PasswordCredentialAuth credentialAuth) {
253-
return new BasicRealmAuthProvider(credentialAuth, iidmStore);
252+
final PasswordCredentialAuth auth) {
253+
return new BasicRealmAuthProvider(auth, iidmStore);
254254
}
255255

256256
private void registerServletContexts(final LocalHttpServer httpService, final String moonEndpointPath) {

0 commit comments

Comments
 (0)