[jOOQ/jOOQ#15807] Wrong OSS edition API removal

This commit is contained in:
Lukas Eder 2023-11-09 14:21:20 +01:00
parent f05e9e1bc5
commit 2c055b6df8

View File

@ -1403,17 +1403,16 @@ extends
@Support
TablePartitionByStep<Record> leftJoin(TableLike<?> table);
/**
* <code>LEFT OUTER JOIN</code> a path to this table.
* <p>
* A synonym for {@link #leftOuterJoin(Path)}.
*
* @see #leftOuterJoin(Path)
*/
@NotNull
@Support
TableOptionalOnStep<Record> leftJoin(Path<?> path);