Skip to content

Commit 5702587

Browse files
committed
- moved tables names finder to utils package of source package. it is a too useful tool to live only in the test packages
1 parent 4d33ded commit 5702587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sf/jsqlparser/util/ConnectExpressionsVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public ConnectExpressionsVisitor(String alias) {
3131
}
3232

3333
/**
34-
* Create instances of this binary expression that connects all selected columns.
34+
* Create instances of this binary expression that connects all selected expressions.
3535
* @return
3636
*/
3737
protected abstract BinaryExpression createBinaryExpression();

0 commit comments

Comments
 (0)