Skip to content

Commit 310a1dd

Browse files
committed
Fixed copy paste issue
1 parent 44b35f3 commit 310a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sf/jsqlparser/expression/ConnectByPriorOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ConnectByPriorOperator extends ASTNodeAccessImpl implements Express
3939

4040
public ConnectByPriorOperator(Column column) {
4141
this.column = Objects.requireNonNull(column,
42-
"The COLUMN of the ConnectByRoot Operator must not be null");
42+
"The COLUMN of the ConnectByPrior Operator must not be null");
4343
}
4444

4545
public Column getColumn() {

0 commit comments

Comments
 (0)