From: Nathaniel G. A. <nat...@us...> - 2004-05-31 16:31:32
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3541/src/java/org/krysalis/jcharts/properties Modified Files: PieChart2DProperties.java Log Message: fixed javadocs Index: PieChart2DProperties.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/PieChart2DProperties.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PieChart2DProperties.java 22 Jun 2003 14:15:25 -0000 1.3 --- PieChart2DProperties.java 31 May 2004 16:31:07 -0000 1.4 *************** *** 118,122 **** /***************************************************************************** * - * @return *****************************************************************************/ public PieLabelType getPieLabelType() --- 118,121 ---- *************** *** 226,230 **** public void validate( Chart chart ) throws PropertyException { ! } --- 225,229 ---- public void validate( Chart chart ) throws PropertyException { ! //TODO } |