Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a672d59

Browse files
committedMay 2, 2025·
Merge branch '1.3.x'
2 parents 2ce7bfc + 7192811 commit a672d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-graphql/src/main/java/org/springframework/graphql/execution/SchemaMappingInspector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private SchemaMappingInspector(
124124

125125
/**
126126
* Perform an inspection and create a {@link SchemaReport}.
127-
* The inspection is one once only, during the first call to this method.
127+
* The inspection is done once only, during the first call to this method.
128128
*/
129129
public SchemaReport getOrCreateReport() {
130130
if (this.report == null) {

0 commit comments

Comments
 (0)
Please sign in to comment.