diff --git a/jOOQ/src/main/java/org/jooq/impl/Factory.java b/jOOQ/src/main/java/org/jooq/impl/Factory.java index d2fb3dbab6..ee4058cc76 100644 --- a/jOOQ/src/main/java/org/jooq/impl/Factory.java +++ b/jOOQ/src/main/java/org/jooq/impl/Factory.java @@ -4676,7 +4676,7 @@ public class Factory implements FactoryOperations { *

* The resulting bind value is always inlined, regardless of the * {@link Settings#getStatementType()} property of the rendering factory. - * Unlike with {@link #field(Object)}, you can expect value to + * Unlike with {@link #field(String)}, you can expect value to * be properly escaped for SQL syntax correctness and SQL injection * prevention. For example: *