From dc143cf02e380472ae199eefe2e6e7d3866721ca Mon Sep 17 00:00:00 2001 From: serb Date: Fri, 8 Aug 2014 21:46:29 +0400 Subject: [PATCH] 6302052: Reference to nonexistant Class in javadoc Reviewed-by: azvegint, alexsch --- src/share/classes/javax/swing/CellEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/share/classes/javax/swing/CellEditor.java b/src/share/classes/javax/swing/CellEditor.java index 3211a788c..9f4c0ab5d 100644 --- a/src/share/classes/javax/swing/CellEditor.java +++ b/src/share/classes/javax/swing/CellEditor.java @@ -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 @@ import javax.swing.event.*; * 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 -- GitLab