My mistake - I missed that the fix for
[JDK-8389783](https://bugs.openjdk.org/browse/JDK-8389783) created a warning in
Eclipse:
|Description |Resource |Type |Path |Location
|------------|---------|-----|-----|---
|The method WinTimer.pause() is overriding a synchronized method without being
synchronized |WinTimer.java |Java Problem
|/graphics/src/main/java/com/sun/glass/ui/win |line 73
|The method WinTimer.resume() is overriding a synchronized method without being
synchronized |WinTimer.java |Java Problem
|/graphics/src/main/java/com/sun/glass/ui/win |line 85
These two methods need `@SuppressWarnings("sync-override")` added to suppress
the warning (it's a useful warning to have enabled).
---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK
Interim AI Policy](https://openjdk.org/legal/ai).
-------------
Commit messages:
- suppress eclipse warning
Changes: https://git.openjdk.org/jfx/pull/2307/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2307&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8392106
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/2307.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/2307/head:pull/2307
PR: https://git.openjdk.org/jfx/pull/2307