mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-218803 cleanup
GitOrigin-RevId: b9e3e5c8a25029b36426dc0064c1e088b51347d6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
be7aac6656
commit
84294fc263
@@ -120,7 +120,7 @@ public abstract class NonStaticAuthenticator {
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
private class AuthenticatorWrapper extends Authenticator {
|
||||
private final class AuthenticatorWrapper extends Authenticator {
|
||||
@Override
|
||||
protected PasswordAuthentication getPasswordAuthentication() {
|
||||
synchronized (NonStaticAuthenticator.this) {
|
||||
|
||||
Reference in New Issue
Block a user