mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-13232 remove additional newline
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public class EnterPasswordComponent extends PasswordComponentBase {
|
||||
note = "The passwords will be stored in IDE configuration files with weak protection (" + subNote + ").";
|
||||
}
|
||||
|
||||
myPromptLabel.setText("<html>Master password is required to convert saved passwords.<br><br>" + note + "</html>");
|
||||
myPromptLabel.setText("<html>Master password is required to convert saved passwords.<br>" + note + "</html>");
|
||||
|
||||
if (ApplicationManager.getApplication().isUnitTestMode()) {
|
||||
myPasswordField.setText("pass");
|
||||
|
||||
Reference in New Issue
Block a user