Skip to content

Commit

Permalink
The Range Javadoc mentions Point instead of Range #579
Browse files Browse the repository at this point in the history
  • Loading branch information
tizba authored and vladmihalcea committed Feb 16, 2023
1 parent c8d5b97 commit 96335e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public boolean contains(T point) {
}

/**
* Determines whether this range contains this point or not.
* Determines whether this range contains this range or not.
* <p>
* For example:
* <pre>{@code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public boolean contains(T point) {
}

/**
* Determines whether this range contains this point or not.
* Determines whether this range contains this range or not.
* <p>
* For example:
* <pre>{@code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public boolean contains(T point) {
}

/**
* Determines whether this range contains this point or not.
* Determines whether this range contains this range or not.
* <p>
* For example:
* <pre>{@code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public boolean contains(T point) {
}

/**
* Determines whether this range contains this point or not.
* Determines whether this range contains this range or not.
* <p>
* For example:
* <pre>{@code
Expand Down

0 comments on commit 96335e4

Please sign in to comment.