8066005: java.awt.event.KeyEvent.originalSource doesn't have "since" tag in Serialized Form

Reviewed-by: prr
This commit is contained in:
Sergey Bylokhov 2017-05-24 13:53:53 -07:00
parent edb00726d3
commit bd80c04cc2

View File

@ -1110,6 +1110,8 @@ public class KeyEvent extends InputEvent {
*
* Event source can be changed during processing, but in some cases
* we need to be able to obtain original source.
*
* @since 1.8
*/
private Component originalSource;