--- old/src/java.desktop/share/classes/java/awt/event/KeyListener.java 2014-12-05 12:01:09.000000000 +0300 +++ new/src/java.desktop/share/classes/java/awt/event/KeyListener.java 2014-12-05 12:01:09.000000000 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2014, 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 @@ -44,7 +44,7 @@ * * @see KeyAdapter * @see KeyEvent - * @see Tutorial: Writing a Key Listener + * @see Tutorial: Writing a Key Listener * * @since 1.1 */