mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
fix ExtractMethodTest for CE
This commit is contained in:
@@ -16,10 +16,10 @@ class Foo {
|
||||
public void actionPerformed( ActionEvent e ) {
|
||||
newMethod();
|
||||
}
|
||||
|
||||
private void newMethod() {
|
||||
setVisible( false );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private void newMethod() {
|
||||
setVisible( false );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user