We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc3925 commit 38fc764Copy full SHA for 38fc764
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/MongoTemplate.java
@@ -1960,7 +1960,7 @@ String determineCollectionName(Class<?> entityClass) {
1960
1961
MongoPersistentEntity<?> entity = mappingContext.getPersistentEntity(entityClass);
1962
if (entity == null) {
1963
- throw new InvalidDataAccessApiUsageException("No Persitent Entity information found for the class "
+ throw new InvalidDataAccessApiUsageException("No Persistent Entity information found for the class "
1964
+ entityClass.getName());
1965
}
1966
return entity.getCollection();
0 commit comments