From b6f1fd0573fddcf91c96a900b47f493768e959f1 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 24 Feb 2015 16:11:26 +0100 Subject: [PATCH] [#4093] Typo in Javadoc on DataType.asConvertedDataType() --- jOOQ/src/main/java/org/jooq/DataType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/DataType.java b/jOOQ/src/main/java/org/jooq/DataType.java index 95aba38f98..35d51d6af0 100644 --- a/jOOQ/src/main/java/org/jooq/DataType.java +++ b/jOOQ/src/main/java/org/jooq/DataType.java @@ -107,9 +107,9 @@ public interface DataType extends Serializable { DataType asConvertedDataType(Converter converter); /** - * Retrieve the data type for a given converter. + * Retrieve the data type for a given binding. */ - DataType asConvertedDataType(Binding converter); + DataType asConvertedDataType(Binding binding); /** * Retrieve the dialect-specific type name associated with this data type.