From cee7e5c1fb867b3c3cbfe2ab9736510d07257907 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 14 Apr 2012 14:11:10 +0000 Subject: [PATCH] Fixed Javadoc links --- jOOQ/src/main/java/org/jooq/impl/Factory.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: *