Update of /cvsroot/jfreechart/jfreechart/source/org/jfree/chart/plot
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10463/source/org/jfree/chart/plot
Modified Files:
Tag: STABLE_1-0-0
PiePlot.java
Log Message:
Minor API doc update.
Index: PiePlot.java
===================================================================
RCS file: /cvsroot/jfreechart/jfreechart/source/org/jfree/chart/plot/PiePlot.java,v
retrieving revision 1.17.2.15
retrieving revision 1.17.2.16
diff -C2 -d -r1.17.2.15 -r1.17.2.16
*** PiePlot.java 3 Oct 2006 16:21:43 -0000 1.17.2.15
--- PiePlot.java 25 Oct 2006 17:03:29 -0000 1.17.2.16
***************
*** 762,765 ****
--- 762,767 ----
*
* @return The paint (possibly <code>null</code>).
+ *
+ * @see #setSectionPaint(Paint)
*/
public Paint getSectionPaint() {
***************
*** 773,776 ****
--- 775,780 ----
*
* @param paint the paint (<code>null</code> permitted).
+ *
+ * @see #getSectionPaint()
*/
public void setSectionPaint(Paint paint) {
|