File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ public class JpaQueryMethod extends QueryMethod {
7070 /**
7171 * @see <a href=
7272 * "https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#persistent-fields-and-properties">Jakarta
73- * Persistence Specification: Persistent Fields and Properties - Paragraph
74- * starting with "Collection-valued persistent...".</a>
73+ * Persistence Specification: Persistent Fields and Properties - Paragraph starting with
74+ * "Collection-valued persistent...".</a>
7575 */
7676 private static final Set <Class <?>> NATIVE_ARRAY_TYPES ;
7777 private static final StoredProcedureAttributeSource storedProcedureAttributeSource = StoredProcedureAttributeSource .INSTANCE ;
You can’t perform that action at this time.
0 commit comments