Overridden for performance reasons.
(long tm, int x, int y, int width, int height)
| 235 | * Overridden for performance reasons. |
| 236 | */ |
| 237 | @Override |
| 238 | public void repaint(long tm, int x, int y, int width, int height) { |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Overridden for performance reasons. |
no outgoing calls
no test coverage detected