Skip to content

Commit acf5149

Browse files
committed
Reformat code.
See #3445
1 parent f9bd028 commit acf5149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/JpaQueryMethod.java

+2-2
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)