Skip to content

Commit 70540a7

Browse files
committed
Polishing
Add missing Javadoc. [#465] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 5e50c4b commit 70540a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/r2dbc/postgresql/codec/PostgresTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public int getObjectId() {
140140
/**
141141
* Return the type as array type.
142142
*
143-
* @return
143+
* @return this type as array type.
144144
*/
145145
public PostgresType asArrayType() {
146146

0 commit comments

Comments
 (0)