Skip to content

Commit cd2affa

Browse files
Update src/main/java/oracle/r2dbc/impl/OracleStatementImpl.java
Fix typo Co-authored-by: Jean de Lavarene <jean.de.lavarene@oracle.com>
1 parent 5cb7bd9 commit cd2affa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/oracle/r2dbc/impl/OracleStatementImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* </p><p id="fully-consumed-result">
6767
* To ensure that cursors are eventually closed, application code MUST
6868
* fully consume {@link Result} objects emitted by the {@link #execute()}
69-
* {@code Publisher}. A {@code Result} is fully consumed by subscribing to it's
69+
* {@code Publisher}. A {@code Result} is fully consumed by subscribing to its
7070
* {@linkplain Result#getRowsUpdated() update count} or
7171
* {@linkplain Result#map(BiFunction) row data} {@code Publisher} and then
7272
* requesting items until the {@code Publisher} emits {@code onComplete/onError}
@@ -995,4 +995,4 @@ private interface DeferredBind {
995995
Mono<Void> discard();
996996
}
997997

998-
}
998+
}

0 commit comments

Comments
 (0)