mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
less visible ctor
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ public class IdeStatusBarImpl extends JComponent implements Accessible, StatusBa
|
||||
return this;
|
||||
}
|
||||
|
||||
IdeStatusBarImpl(@Nullable IdeStatusBarImpl master) {
|
||||
private IdeStatusBarImpl(@Nullable IdeStatusBarImpl master) {
|
||||
setLayout(new BorderLayout());
|
||||
setBorder(JBUI.Borders.empty());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user