Skip to content

Commit b86144e

Browse files
committed
fixes for javadoc issues.
1 parent e0fb8a7 commit b86144e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clickhouse-r2dbc/src/main/java/com/clickhouse/r2dbc/ClickHouseResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ClickHouseResult implements Result {
4747

4848
/**
4949
* Returns updated count(written rows from summary of {@link ClickHouseResponse}).Important! if writtenRows is greater than MAX_INT then it will return MAX_INT.
50-
* @return
50+
* @return updated count
5151
*/
5252
@Override
5353
public Mono<Long> getRowsUpdated() {

clickhouse-r2dbc/src/main/java/com/clickhouse/r2dbc/connection/ClickHouseConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public Publisher<Void> setStatementTimeout(Duration duration) {
165165

166166
/**
167167
* Since transactions are not supported, this method will throw exception.
168-
* @param isolationLevel @{{@link IsolationLevel}}
168+
* @param isolationLevel isolation level for transaction
169169
*/
170170
@Override
171171
public Mono<Void> setTransactionIsolationLevel(IsolationLevel isolationLevel) {

0 commit comments

Comments
 (0)