8190228: Remove redundant modifiers in java.desktop module

Reviewed-by: serb, prr
This commit is contained in:
Semyon Sadetsky 2017-11-22 14:04:51 -08:00
parent 48508135fe
commit 70329e0640
28 changed files with 65 additions and 65 deletions

View file

@ -283,7 +283,7 @@ public class EventQueue {
* @param theEvent an instance of {@code java.awt.AWTEvent},
* or a subclass of it
*/
private final void postEventPrivate(AWTEvent theEvent) {
private void postEventPrivate(AWTEvent theEvent) {
theEvent.isPosted = true;
pushPopLock.lock();
try {