Skip to content

Commit 58f6dae

Browse files
ngocnhan-tran1996mp911de
authored andcommitted
Fix typos.
Signed-off-by: Tran Ngoc Nhan <[email protected]> Closes #4033
1 parent ad6abbd commit 58f6dae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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/support/JpaPersistableEntityInformation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.lang.Nullable;
2323

2424
/**
25-
* Extension of {@link JpaMetamodelEntityInformation} that consideres methods of {@link Persistable} to lookup the id.
25+
* Extension of {@link JpaMetamodelEntityInformation} that considers methods of {@link Persistable} to lookup the id.
2626
*
2727
* @author Oliver Gierke
2828
* @author Christoph Strobl
@@ -53,4 +53,5 @@ public boolean isNew(T entity) {
5353
public ID getId(T entity) {
5454
return entity.getId();
5555
}
56+
5657
}

0 commit comments

Comments
 (0)