mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +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) {
|
public ChainedConstructorTest(String[] names, boolean mode) {
|
||||||
myList = new JBList();
|
myList = new JList();
|
||||||
myScrollPane.setViewportView(myList);
|
myScrollPane.setViewportView(myList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user