Fix and improve Javadoc in spring-r2dbc

See gh-28796
This commit is contained in:
Marc Wrobel
2022-07-12 13:45:36 +02:00
committed by Sam Brannen
parent 222dbf8377
commit cfb39acc97
9 changed files with 19 additions and 19 deletions

View File

@@ -428,7 +428,7 @@ class DefaultDatabaseClientUnitTests {
}
/**
* Mocks a {@link Result} with a single column "name" and a single row if a non null
* Mocks a {@link Result} with a single column "name" and a single row if a non-null
* row is provided.
*/
private MockResult mockSingleColumnResult(@Nullable MockRow.Builder row) {