8209340: The code which avoids synthetic accessors has become outdated

Reviewed-by: psadhukhan, kaddepalli
This commit is contained in:
Sergey Bylokhov 2018-08-23 23:12:16 -07:00
parent ca5903367f
commit 05ed80075a
7 changed files with 7 additions and 49 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 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
@ -159,12 +159,6 @@ public abstract class LWComponentPeer<T extends Component, D extends JComponent>
enableEvents(0xFFFFFFFF);
}
// Empty non private constructor was added because access to this
// class shouldn't be emulated by a synthetic accessor method.
DelegateContainer() {
super();
}
@Override
public boolean isLightweight() {
return false;