Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove two obsolete sentences from jdoc #656

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions api/src/main/java/jakarta/data/Order.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
* <p>A repository method may not be declared with more than one parameter
* of type {@code Order}.</p>
*
* <p>A repository method throws {@link IllegalArgumentException} if it is
* called with an argument of type {@link Order} and a separate argument
* of type {@code PageRequest} that has nonempty sort criteria.</p>
*
* <p>A repository method throws {@link jakarta.data.exceptions.DataException}
* if the database is incapable of ordering the query results using the given
* sort criteria.</p>
Expand Down
4 changes: 0 additions & 4 deletions api/src/main/java/jakarta/data/Sort.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
* then sorted alphabetically by last name. Employees with the same
* salary and last name are then sorted alphabetically by first name.</p>
*
* <p>A repository method throws {@link IllegalArgumentException} if it is
* called with an argument or arguments of type {@link Sort} and a separate
* argument of type {@code PageRequest} with nonempty sort criteria.</p>
*
* <p>A repository method throws {@link jakarta.data.exceptions.DataException}
* if the database is incapable of ordering the query results using the given
* sort criteria.</p>
Expand Down