Skip to content

Commit 70f3cd6

Browse files
Fix typos
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 7a66d65 commit 70f3cd6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spring-data-envers/src/main/java/org/springframework/data/envers/repository/config/EnableEnversRepositories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
Class<?> repositoryBaseClass() default DefaultRepositoryBaseClass.class;
139139

140140
/**
141-
* Configure a specific {@link BeanNameGenerator} to be used when creating the repositoy beans.
141+
* Configure a specific {@link BeanNameGenerator} to be used when creating the repository beans.
142142
* @return the {@link BeanNameGenerator} to be used or the base {@link BeanNameGenerator} interface to indicate context default.
143143
* @since 3.4
144144
* @see EnableJpaRepositories#nameGenerator()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ ScoringFunction getScoringFunction() {
232232
/**
233233
*
234234
* @return the vector binding identifier.
235-
* @throws IllegalStateException if parameters do not cotain
235+
* @throws IllegalStateException if parameters do not contain
236236
* @since 4.0
237237
*/
238238
ParameterBinding getVectorBinding() {

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/support/JpaPersistableEntityInformation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.jspecify.annotations.Nullable;
2424

2525
/**
26-
* Extension of {@link JpaMetamodelEntityInformation} that consideres methods of {@link Persistable} to lookup the id.
26+
* Extension of {@link JpaMetamodelEntityInformation} that considers methods of {@link Persistable} to lookup the id.
2727
*
2828
* @author Oliver Gierke
2929
* @author Christoph Strobl
@@ -34,7 +34,7 @@ public class JpaPersistableEntityInformation<T extends Persistable<ID>, ID>
3434

3535
/**
3636
* Creates a new {@link JpaPersistableEntityInformation} for the given domain class and {@link Metamodel}.
37-
*
37+
*
3838
* @param domainClass must not be {@literal null}.
3939
* @param metamodel must not be {@literal null}.
4040
* @param persistenceUnitUtil must not be {@literal null}.

0 commit comments

Comments
 (0)