mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8209340: The code which avoids synthetic accessors has become outdated
Reviewed-by: psadhukhan, kaddepalli
This commit is contained in:
parent
ca5903367f
commit
05ed80075a
7 changed files with 7 additions and 49 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -1814,12 +1814,6 @@ public class RepaintManager
|
|||
*/
|
||||
private static final class DisplayChangedHandler implements
|
||||
DisplayChangedListener {
|
||||
// Empty non private constructor was added because access to this
|
||||
// class shouldn't be generated by the compiler using synthetic
|
||||
// accessor method
|
||||
DisplayChangedHandler() {
|
||||
}
|
||||
|
||||
public void displayChanged() {
|
||||
scheduleDisplayChanges();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue