mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
fix: asm test fix (wrong JBList usage)
This commit is contained in:
@@ -25,7 +25,7 @@ public class ChainedConstructorTest {
|
||||
}
|
||||
|
||||
public ChainedConstructorTest(String[] names, boolean mode) {
|
||||
myList = new JBList();
|
||||
myList = new JList();
|
||||
myScrollPane.setViewportView(myList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user