From 0940d0f45cf9639de341753ddc96dc89409f6978 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 15 May 2012 21:38:15 +0200 Subject: [PATCH] Improved Javadoc on fieldByName() --- jOOQ/src/main/java/org/jooq/impl/Factory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/Factory.java b/jOOQ/src/main/java/org/jooq/impl/Factory.java index 1d01d3168d..41c0b61546 100644 --- a/jOOQ/src/main/java/org/jooq/impl/Factory.java +++ b/jOOQ/src/main/java/org/jooq/impl/Factory.java @@ -941,7 +941,7 @@ public class Factory implements FactoryOperations { } /** - * Create a qualified field, given its field name + * Create a qualified field, given its (qualified) field name. *

* This constructs a field reference given the field's qualified name. jOOQ * will render the field name according to your @@ -967,7 +967,7 @@ public class Factory implements FactoryOperations { } /** - * Create a qualified field, given its field name + * Create a qualified field, given its (qualified) field name. *

* This constructs a field reference given the field's qualified name. jOOQ * will render the field name according to your @@ -994,7 +994,7 @@ public class Factory implements FactoryOperations { } /** - * Create a qualified field, given its field name + * Create a qualified field, given its (qualified) field name. *

* This constructs a field reference given the field's qualified name. jOOQ * will render the field name according to your