1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 312292 suppress "method AbstractPane.updateCaret() does not override the inherited method" on Linux

This commit is contained in:
James Blackburn 2010-05-10 16:53:59 +00:00
parent d2c5402e27
commit d107ceab3c

View file

@ -493,6 +493,7 @@ public abstract class AbstractPane extends Canvas
return (value / 2) * 2 == value;
}
@SuppressWarnings("all")
protected void updateCaret()
{
try