mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add constructor in order not to break open API
This commit is contained in:
@@ -63,7 +63,11 @@ public class ClassFilterEditor extends JPanel implements ComponentWithEmptyText
|
||||
private final String myPatternsHelpId;
|
||||
|
||||
public ClassFilterEditor(Project project) {
|
||||
this (project, null, null);
|
||||
this (project, null);
|
||||
}
|
||||
|
||||
public ClassFilterEditor(Project project, ClassFilter classFilter) {
|
||||
this (project, classFilter, null);
|
||||
}
|
||||
|
||||
public ClassFilterEditor(Project project, ClassFilter classFilter, @Nullable String patternsHelpId) {
|
||||
|
||||
Reference in New Issue
Block a user