diff --git a/platform/platform-impl/api-dump-unreviewed.txt b/platform/platform-impl/api-dump-unreviewed.txt index 002894bbe7f6..7da834339f7f 100644 --- a/platform/platform-impl/api-dump-unreviewed.txt +++ b/platform/platform-impl/api-dump-unreviewed.txt @@ -16823,14 +16823,11 @@ f:com.intellij.ui.popup.list.ListPopupWrapper$Companion c:com.intellij.ui.popup.list.PopupListElementRenderer - com.intellij.ui.popup.list.GroupedItemsListRenderer - sf:CUSTOM_KEY_STROKE_TEXT:com.intellij.openapi.util.Key -- p:myButtonPane:javax.swing.JPanel - p:myButtonSeparator:javax.swing.JComponent - p:myIconBar:javax.swing.JComponent - p:myIconLabel:javax.swing.JLabel -- p:myMainPane:javax.swing.JComponent - p:myMnemonicLabel:javax.swing.JLabel - pf:myPopup:com.intellij.ui.popup.list.ListPopupImpl -- p:mySecondaryTextLabel:javax.swing.JLabel - (com.intellij.ui.popup.list.ListPopupImpl):V - ps:createButtonsSeparator():javax.swing.JComponent - p:createIconBar():javax.swing.JComponent diff --git a/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java b/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java index ced17478e8e6..91edccb7d9bf 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java @@ -34,12 +34,12 @@ public class PopupListElementRenderer extends GroupedItemsListRenderer { protected final ListPopupImpl myPopup; private @Nullable JLabel myShortcutLabel; - protected @Nullable JLabel mySecondaryTextLabel; + private @Nullable JLabel mySecondaryTextLabel; protected JLabel myMnemonicLabel; protected JLabel myIconLabel; - protected JPanel myButtonPane; - protected JComponent myMainPane; + private JPanel myButtonPane; + private JComponent myMainPane; protected JComponent myButtonSeparator; protected JComponent myIconBar;