File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-data-jpa/src/main/java/org/springframework/data/jpa Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ private Metamodel getMetamodelFor(Class<?> type) {
180
180
} catch (IllegalArgumentException o_O ) {
181
181
182
182
// Fall back to inspect *all* managed types manually as Metamodel.managedType(…) only
183
- // returns for entities, embeddables and managed supperclasses .
183
+ // returns for entities, embeddables and managed superclasses .
184
184
185
185
for (ManagedType <?> managedType : model .getManagedTypes ()) {
186
186
if (type .equals (managedType .getJavaType ())) {
Original file line number Diff line number Diff line change 27
27
28
28
/**
29
29
* Extends {@link DefaultPersistenceUnitManager} to merge configurations of one persistence unit residing in multiple
30
- * {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in seperate modules.
30
+ * {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in separate modules.
31
31
*
32
32
* @author Oliver Gierke
33
33
* @link https://github.com/spring-projects/spring-framework/issues/7287
You can’t perform that action at this time.
0 commit comments