File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ default void deleteInBatch(Iterable<T> entities) {
141
141
/**
142
142
* Returns a reference to the entity with the given identifier. Depending on how the JPA persistence provider is
143
143
* implemented this is very likely to always return an instance and throw an
144
- * {@link javax .persistence.EntityNotFoundException} on first access. Some of them will reject invalid identifiers
144
+ * {@link jakarta .persistence.EntityNotFoundException} on first access. Some of them will reject invalid identifiers
145
145
* immediately.
146
146
*
147
147
* @param id must not be {@literal null}.
Original file line number Diff line number Diff line change @@ -472,7 +472,6 @@ public static String createCountQueryFor(String originalQuery) {
472
472
* @param originalQuery must not be {@literal null}.
473
473
* @param countProjection may be {@literal null}.
474
474
* @return a query String to be used a count query for pagination. Guaranteed to be not {@literal null}.
475
- * @return a query String to be used a count query for pagination. Guaranteed to be not {@literal null}.
476
475
* @since 1.6
477
476
* @deprecated use {@link DeclaredQuery#deriveCountQuery(String, String)} instead.
478
477
*/
You can’t perform that action at this time.
0 commit comments