# HG changeset patch # User serb # Date 1407519989 -14400 # Node ID eee24e5c8048da31205dff6dd48011977aad5934 # Parent 903bd0faa4956561f1c63a95eec68ce60103763e 6302052: Reference to nonexistant Class in javadoc Reviewed-by: azvegint, alexsch diff -r 903bd0faa495 -r eee24e5c8048 src/share/classes/javax/swing/CellEditor.java --- a/src/share/classes/javax/swing/CellEditor.java Mon Nov 17 18:32:15 2014 +0300 +++ b/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 CellEditor interface (See - * JCellEditor for example). The wrapper approach + * DefaultCellEditor for example). The wrapper approach * is particularly useful if the user want to use a 3rd party ISV * editor with JTable, but the ISV didn't implement the * CellEditor interface. The user can simply create an object