mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
rrd4j: Fix javadoc warnings
This commit is contained in:
@@ -937,7 +937,7 @@ public class RrdGraphDef implements RrdGraphConstants, DataHolder {
|
||||
* font is selected.
|
||||
*
|
||||
* @param smallFont Default font for graphing. Use only monospaced fonts.
|
||||
* @deprecated Use {@link FontTag} based method instead.
|
||||
* @deprecated Use {@link RrdGraphConstants.FontTag} based method instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public void setSmallFont(final Font smallFont) {
|
||||
@@ -948,7 +948,7 @@ public class RrdGraphDef implements RrdGraphConstants, DataHolder {
|
||||
* Sets title font.
|
||||
*
|
||||
* @param largeFont Font to be used for graph title.
|
||||
* @deprecated Use {@link FontTag} based method instead.
|
||||
* @deprecated Use {@link RrdGraphConstants.FontTag} based method instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public void setLargeFont(final Font largeFont) {
|
||||
|
||||
Reference in New Issue
Block a user