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 {
70
70
/**
71
71
* @see <a href=
72
72
* "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>
75
75
*/
76
76
private static final Set <Class <?>> NATIVE_ARRAY_TYPES ;
77
77
private static final StoredProcedureAttributeSource storedProcedureAttributeSource = StoredProcedureAttributeSource .INSTANCE ;
You can’t perform that action at this time.
0 commit comments