From 00f956e39ca4db4ff5e14518e38c540adae784a8 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 27 Aug 2014 13:56:56 +0200 Subject: [PATCH] Fixed compilation error --- jOOQ/src/main/java/org/jooq/impl/SelectImpl.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java b/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java index 956ff2b037..391454622d 100644 --- a/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java @@ -1909,9 +1909,11 @@ class SelectImpl 0) - getQuery().addJoin(joinTable, joinType, new Condition[] { joinConditions }, joinPartitionBy); - else + /* [pro] xx + xx xxxxxxxxxxxxxxxx xx xxxx xx xxxxxxxxxxxxxxxxxxxxxx x xx + xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx xxx xxxxxxxxxxx x xxxxxxxxxxxxxx xx xxxxxxxxxxxxxxxxx + xxxx + xx [/pro] */ getQuery().addJoin(joinTable, joinType, new Condition[] { joinConditions }); joinTable = null;