Skip to content

Commit

Permalink
Update src/main/java/com/exasol/sql/dml/merge/MergeMethodDefinition.java
Browse files Browse the repository at this point in the history
Co-Authored-By: Muhammet Orazov <m.orazow@gmail.com>
  • Loading branch information
redcatbear and morazow authored Nov 26, 2019
1 parent 4a48199 commit 08f41e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public abstract class MergeMethodDefinition extends AbstractFragment {
/**
* Create the abstract base for a merge method definition.
*
* @param root root {@code MEREG} statement
* @param root root {@code MERGE} statement
*/
public MergeMethodDefinition(final Fragment root) {
super(root);
Expand Down Expand Up @@ -49,4 +49,4 @@ public WhereClause getWhere() {
public boolean hasWhere() {
return this.where != null;
}
}
}

0 comments on commit 08f41e7

Please sign in to comment.