Skip to content

Commit 8456d2e

Browse files
committed
Polishing.
Reformat code. See #3441
1 parent cf83e41 commit 8456d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/mapping/JpaMetamodelMappingContext.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
*/
1616
package org.springframework.data.jpa.mapping;
1717

18-
import java.util.Set;
19-
import java.util.function.Predicate;
20-
2118
import jakarta.persistence.metamodel.ManagedType;
2219
import jakarta.persistence.metamodel.Metamodel;
2320

21+
import java.util.Set;
22+
import java.util.function.Predicate;
23+
2424
import org.springframework.data.jpa.provider.PersistenceProvider;
2525
import org.springframework.data.jpa.util.JpaMetamodel;
2626
import org.springframework.data.mapping.PersistentPropertyPaths;
@@ -137,7 +137,7 @@ public JpaMetamodel getRequiredMetamodel(TypeInformation<?> type) {
137137
JpaMetamodel metamodel = getMetamodel(type);
138138

139139
Assert.notNull(metamodel, () -> String.format("Required JpaMetamodel not found for %s", type));
140-
140+
141141
return metamodel;
142142
}
143143

0 commit comments

Comments
 (0)