Skip to content

Commit 5c8d83b

Browse files
committed
Fix javadoc warnings
1 parent 9795944 commit 5c8d83b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

driver/src/main/java/oracle/nosql/driver/NoSQLHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public interface NoSQLHandle extends AutoCloseable {
337337
* Note: Since iterators might use resources until they reach the end, it
338338
* is necessary to close the QueryIterableResult or use the
339339
* try-with-resources statement:
340-
* <p><pre>
340+
* <pre>
341341
* QueryRequest qreq = new QueryRequest()
342342
* .setStatement("select * from MyTable");
343343
*

driver/src/main/java/oracle/nosql/driver/iam/InstancePrincipalsProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public InstancePrincipalsProvider(SecurityTokenSupplier tokenSupplier,
6868

6969
/**
7070
* @hidden
71+
* @param config the config
7172
*/
7273
public void prepare(NoSQLHandleConfig config) {
7374
tokenSupplier.prepare(config);

driver/src/main/java/oracle/nosql/driver/ops/ReadRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected ReadRequest() {}
2323

2424
/**
2525
* @hidden
26+
* @return the Consistency
2627
*/
2728
public Consistency getConsistencyInternal() {
2829
return consistency;

0 commit comments

Comments
 (0)