mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8190228: Remove redundant modifiers in java.desktop module
Reviewed-by: serb, prr
This commit is contained in:
parent
48508135fe
commit
70329e0640
28 changed files with 65 additions and 65 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue