jdk/src/share/classes/javax/swing/table/TableCellRenderer.java
changeset 25172 b345c47c02b3
parent 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/table/TableCellRenderer.java	Wed Jun 25 12:36:03 2014 -0700
+++ b/jdk/src/share/classes/javax/swing/table/TableCellRenderer.java	Thu Jun 26 15:58:06 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, 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
@@ -86,6 +86,9 @@
      *                          drawing the header, the value of
      *                          <code>row</code> is -1
      * @param   column          the column index of the cell being drawn
+     *
+     * @return                  the component used for drawing the cell.
+     *
      * @see javax.swing.JComponent#isPaintingForPrint()
      */
     Component getTableCellRendererComponent(JTable table, Object value,