Skip to content

Commit af4f29e

Browse files
committed
Fix CS
1 parent 6128d80 commit af4f29e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/software/xdev/openrewriter/ui/toolwindow/execute/panels/EditableListPanelManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class EditableListPanelManager<T extends Comparable<T>>
2929
{
3030
private Set<T> data = new HashSet<>();
3131
private final SortedListModel model = new SortedListModel();
32+
@SuppressWarnings("checkstyle:IllegalIdentifierName")
3233
private final JBList<T> jbList;
3334
private final JPanel panel;
3435
private final String titleAdd;

0 commit comments

Comments
 (0)