Skip to content

Commit

Permalink
change email to fix ECA
Browse files Browse the repository at this point in the history
  • Loading branch information
QuocDoBV committed Dec 12, 2024
1 parent 217e682 commit c3344ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 c3344ae

Please sign in to comment.