Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Add missing Javadoc.

[#465]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Dec 6, 2021
1 parent 5e50c4b commit 70540a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/r2dbc/postgresql/codec/PostgresTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public int getObjectId() {
/**
* Return the type as array type.
*
* @return
* @return this type as array type.
*/
public PostgresType asArrayType() {

Expand Down

0 comments on commit 70540a7

Please sign in to comment.