Skip to content

Commit fc70589

Browse files
kumiDawendigo
authored andcommitted
Fix javadoc formatting in trino-client
1 parent c8ed228 commit fc70589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/trino-client/src/main/java/io/trino/client/QueryDataJacksonModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
/**
3737
* Encodes/decodes the direct and spooling protocols.
38-
*
38+
* <p>
3939
* If the "data" fields starts with an array - this is the direct protocol which requires obtaining JsonParser
4040
* and then parsing rows lazily.
41-
*
41+
* <p>
4242
* Otherwise, this is a spooling protocol.
4343
*/
4444
public class QueryDataJacksonModule

client/trino-client/src/main/java/io/trino/client/ResultRows.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* Allows iterating over decoded result data in row-wise manner.
26-
*
26+
* <p>
2727
* Iterator can be acquired only once, and it should be closed after use.
2828
*/
2929
public interface ResultRows

0 commit comments

Comments
 (0)