[#4637] Visibility change wasn't needed

This commit is contained in:
lukaseder 2015-10-16 17:58:14 +02:00
parent e6dea170c9
commit 184c9615fe

View File

@ -123,8 +123,8 @@ class JoinTable extends AbstractTable<Record> implements TableOptionalOnStep<Rec
private static final long serialVersionUID = 8377996833996498178L;
private static final Clause[] CLAUSES = { TABLE, TABLE_JOIN };
final Table<?> lhs;
final Table<?> rhs;
private final Table<?> lhs;
private final Table<?> rhs;
private final QueryPartList<Field<?>> rhsPartitionBy;
private final JoinType type;