mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove useless override
This commit is contained in:
@@ -4856,11 +4856,6 @@ public final class EditorImpl extends UserDataHolderBase implements EditorEx, Hi
|
||||
setOpaque(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void paint(@NotNull Graphics g) {
|
||||
super.paint(g);
|
||||
}
|
||||
|
||||
/**
|
||||
* This is helper method. It returns height of the top (decrease) scroll bar
|
||||
* button. Please note, that it's possible to return real height only if scroll bar
|
||||
|
||||
Reference in New Issue
Block a user