Skip to content

Commit

Permalink
Rerun to fix the failed ECA
Browse files Browse the repository at this point in the history
Rerun to fix the failed ECA
  • Loading branch information
QuocDoBV authored Dec 11, 2024
1 parent af38f32 commit 0109606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.swtchart/src/org/eclipse/swtchart/IAxis.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ public enum Position {
* manual range settings through the {@link #setRange(Range, boolean)} method.
*
* @param minRange
* the minimum value allowed for the axis range.
* the minimum value allowed for the axis range
* @param maxRange
* the maximum value allowed for the axis range.
* the maximum value allowed for the axis range
* @throws IllegalArgumentException
* if {@code minRange} is greater than or equal to {@code maxRange}.
* if {@code minRange} is greater than or equal to {@code maxRange}
*/
void setLimitRange(double minRange, double maxRange);
}
}

0 comments on commit 0109606

Please sign in to comment.