IJPL-218803 cleanup

GitOrigin-RevId: b9e3e5c8a25029b36426dc0064c1e088b51347d6
This commit is contained in:
Vladimir Krivosheev
2025-11-18 09:46:56 +00:00
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) {