File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
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 @@ -196,7 +196,7 @@ private Metamodel getMetamodelFor(Class<?> type) {
196
196
} catch (IllegalArgumentException o_O ) {
197
197
198
198
// Fall back to inspect *all* managed types manually as Metamodel.managedType(…) only
199
- // returns for entities, embeddables and managed supperclasses .
199
+ // returns for entities, embeddables and managed superclasses .
200
200
201
201
for (ManagedType <?> managedType : model .getManagedTypes ()) {
202
202
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