[#4637] Visibility change wasn't needed
This commit is contained in:
parent
e6dea170c9
commit
184c9615fe
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user