mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[services] CWM-9740 cleanup debug info
(cherry picked from commit 1af3e8b74a14eba7b3a11027d9720912c6e2f4a0) IJ-CR-148561 GitOrigin-RevId: 5de7bbbc361629e1a6cc611147b0e63f323cd463
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bf0d5af255
commit
d79850c1db
@@ -61,7 +61,6 @@ final class ServiceViewTreeUi implements ServiceViewUi {
|
||||
mySplitter.setFirstComponent(myMasterPanelWrapper);
|
||||
|
||||
myDetailsPanel = new JPanel(new BorderLayout());
|
||||
myDetailsPanel.putClientProperty("Name", "myDetailsPanel");
|
||||
myContentComponentPanel = new JPanel(new BorderLayout());
|
||||
myMessagePanel.setFocusable(true);
|
||||
myContentComponentPanel.add(myMessagePanel, BorderLayout.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user