There was an error while loading. Please reload this page.
1 parent cb578ab commit 9c03dcfCopy full SHA for 9c03dcf
src/main/java/com/flowingcode/addons/ycalendar/YearMonthField.java
@@ -89,7 +89,7 @@ public YearMonth getMin() {
89
/**
90
* Sets the maximum year/month in the field.
91
*
92
- * @param min the maximum year/month that is allowed to be selected, or <code>null</code> to
+ * @param max the maximum year/month that is allowed to be selected, or <code>null</code> to
93
* remove any maximum constraints
94
*/
95
public void setMax(YearMonth max) {
0 commit comments