From: <nic...@us...> - 2003-09-02 08:45:59
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/util In directory sc8-pr-cvs1:/tmp/cvs-serv10020/src/java/org/krysalis/jcharts/properties/util Modified Files: ChartItem.java ChartFont.java Log Message: Switch from @deprecation to @todo. Index: ChartItem.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/util/ChartItem.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChartItem.java 25 Jun 2003 01:39:25 -0000 1.2 --- ChartItem.java 2 Sep 2003 08:45:55 -0000 1.3 *************** *** 67,71 **** * * @return paint ! * @deprecated if this method is going to exist, it would have to return a clone of the Paint to keep people from modifying contents *****************************************/ public Paint getPaint() --- 67,71 ---- * * @return paint ! * @todo if this method is going to exist, it would have to return a clone of the Paint to keep people from modifying contents *****************************************/ public Paint getPaint() Index: ChartFont.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/util/ChartFont.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChartFont.java 25 Jun 2003 01:39:25 -0000 1.2 --- ChartFont.java 2 Sep 2003 08:45:55 -0000 1.3 *************** *** 91,95 **** * * @return font ! * @deprecated this allows you to modify the Font **************************************************************************************/ public Font getFont() --- 91,95 ---- * * @return font ! * @todo this allows you to modify the Font **************************************************************************************/ public Font getFont() |