Skip to content

Commit 47e02e5

Browse files
committed
Polishing
Improve Javadoc
1 parent 1b2a141 commit 47e02e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/**
4141
* Codec to decode all known numeric types.
4242
*
43-
* @param <T>
43+
* @param <T> the type that is handled by this {@link Codec}.
4444
*/
4545
abstract class AbstractNumericCodec<T extends Number> extends AbstractCodec<T> {
4646

0 commit comments

Comments
 (0)