Skip to content

Commit 96335e4

Browse files
tizbavladmihalcea
authored andcommitted
The Range Javadoc mentions Point instead of Range #579
1 parent c8d5b97 commit 96335e4

File tree

4 files changed

+4
-4
lines changed
  • hypersistence-utils-hibernate-52/src/main/java/io/hypersistence/utils/hibernate/type/range
  • hypersistence-utils-hibernate-55/src/main/java/io/hypersistence/utils/hibernate/type/range
  • hypersistence-utils-hibernate-5/src/main/java/io/hypersistence/utils/hibernate/type/range
  • hypersistence-utils-hibernate-60/src/main/java/io/hypersistence/utils/hibernate/type/range

4 files changed

+4
-4
lines changed

hypersistence-utils-hibernate-5/src/main/java/io/hypersistence/utils/hibernate/type/range/Range.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public boolean contains(T point) {
491491
}
492492

493493
/**
494-
* Determines whether this range contains this point or not.
494+
* Determines whether this range contains this range or not.
495495
* <p>
496496
* For example:
497497
* <pre>{@code

hypersistence-utils-hibernate-52/src/main/java/io/hypersistence/utils/hibernate/type/range/Range.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public boolean contains(T point) {
606606
}
607607

608608
/**
609-
* Determines whether this range contains this point or not.
609+
* Determines whether this range contains this range or not.
610610
* <p>
611611
* For example:
612612
* <pre>{@code

hypersistence-utils-hibernate-55/src/main/java/io/hypersistence/utils/hibernate/type/range/Range.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public boolean contains(T point) {
606606
}
607607

608608
/**
609-
* Determines whether this range contains this point or not.
609+
* Determines whether this range contains this range or not.
610610
* <p>
611611
* For example:
612612
* <pre>{@code

hypersistence-utils-hibernate-60/src/main/java/io/hypersistence/utils/hibernate/type/range/Range.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public boolean contains(T point) {
606606
}
607607

608608
/**
609-
* Determines whether this range contains this point or not.
609+
* Determines whether this range contains this range or not.
610610
* <p>
611611
* For example:
612612
* <pre>{@code

0 commit comments

Comments
 (0)