Skip to content

Commit 9c03dcf

Browse files
committed
docs: fix javadoc warnings
Close #84
1 parent cb578ab commit 9c03dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/addons/ycalendar/YearMonthField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public YearMonth getMin() {
8989
/**
9090
* Sets the maximum year/month in the field.
9191
*
92-
* @param min the maximum year/month that is allowed to be selected, or <code>null</code> to
92+
* @param max the maximum year/month that is allowed to be selected, or <code>null</code> to
9393
* remove any maximum constraints
9494
*/
9595
public void setMax(YearMonth max) {

0 commit comments

Comments
 (0)