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:
parent
d2c5402e27
commit
d107ceab3c
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ public abstract class AbstractPane extends Canvas
|
|||
return (value / 2) * 2 == value;
|
||||
}
|
||||
|
||||
@SuppressWarnings("all")
|
||||
protected void updateCaret()
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Reference in a new issue