OpenJDK / loom / loom
changeset 26035:250f55e44bea
6302052: Reference to nonexistant Class in javadoc
Reviewed-by: azvegint, alexsch
author | serb |
---|---|
date | Fri, 08 Aug 2014 21:46:29 +0400 |
parents | a5efd96d0482 |
children | 541d3bb1825e |
files | jdk/src/share/classes/javax/swing/CellEditor.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/javax/swing/CellEditor.java Fri Aug 08 21:40:46 2014 +0400 +++ b/jdk/src/share/classes/javax/swing/CellEditor.java Fri Aug 08 21:46:29 2014 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -47,7 +47,7 @@ * new component implement the interface. Or the developer can * choose a wrapper based approach and provide a companion object which * implements the <code>CellEditor</code> interface (See - * <code>JCellEditor</code> for example). The wrapper approach + * <code>DefaultCellEditor</code> for example). The wrapper approach * is particularly useful if the user want to use a 3rd party ISV * editor with <code>JTable</code>, but the ISV didn't implement the * <code>CellEditor</code> interface. The user can simply create an object