Skip to content

Commit d128d20

Browse files
ngocnhan-tran1996schauder
authored andcommitted
Fix a/an in Javadoc
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com> Original pull request #4154
1 parent a8859ad commit d128d20

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CI.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-jpa%2F1.11.x&su
99
Since this pipeline is purely Docker-based, it's easy to:
1010

1111
* Debug what went wrong on your local machine.
12-
* Test out a a tweak to your test routine before sending it out.
12+
* Test out a tweak to your test routine before sending it out.
1313
* Experiment against a new image before submitting your pull request.
1414

1515
All of these use cases are great reasons to essentially run what the CI server does on your local machine.

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/aot/AotEntityGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.data.jpa.repository.EntityGraph;
2323

2424
/**
25-
* AOT representation of an resolved entity graph. The graph can be either named or defined by attribute paths in case
25+
* AOT representation of a resolved entity graph. The graph can be either named or defined by attribute paths in case
2626
* the named entity graph cannot be looked up.
2727
*
2828
* @author Mark Paluch

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private Set<String> scanForMappingFileLocations() {
153153

154154
/*
155155
* Note that we cannot use File.pathSeparator here since resourcePath uses a forward slash path ('/') separator
156-
* being an URI, while basePackagePathComponent has system dependent separator (on windows it's the backslash separator).
156+
* being a URI, while basePackagePathComponent has system dependent separator (on windows it's the backslash separator).
157157
*
158158
* See DATAJPA-407.
159159
*/

spring-data-jpa/src/main/java/org/springframework/data/jpa/util/TupleBackedMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public TupleBackedMap(Tuple tuple) {
4949
}
5050

5151
/**
52-
* Creates a underscore-aware {@link Tuple} wrapper applying {@link JdbcUtils#convertPropertyNameToUnderscoreName}
52+
* Creates an underscore-aware {@link Tuple} wrapper applying {@link JdbcUtils#convertPropertyNameToUnderscoreName}
5353
* conversion to leniently look up properties from query results whose columns follow snake-case syntax.
5454
*
5555
* @param delegate the tuple to wrap.

0 commit comments

Comments
 (0)