Skip to content

Commit c804d08

Browse files
committed
Fix javadoc
1 parent f9c2d01 commit c804d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartjs-java-model/src/main/java/software/xdev/chartjs/model/dataset/BigDecimalDataset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ default S setData(final double... data)
4747
/**
4848
* Add the data point to this {@code Dataset}
4949
*
50-
* @see #setData(Collection)
50+
* @see Dataset#setData(Collection)
5151
*/
5252
default S addData(final int data)
5353
{

0 commit comments

Comments
 (0)