Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Oct 12, 2023
1 parent 6daf2cc commit c9286ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ static TableChange updateColumnPosition(String[] fieldNames, ColumnPosition newP
* unless {@code ifExists} is true.
*
* @param fieldNames Field names of the column to delete.
* @param ifExists If true, the change will succeed even if the field does not exist.
* @param ifExists If true, silence the error if column does not exist during drop. Otherwise, an
* {@link IllegalArgumentException} will be thrown if the column does not exist.
* @return A TableChange for the delete.
*/
static TableChange deleteColumn(String[] fieldNames, Boolean ifExists) {
Expand Down

0 comments on commit c9286ed

Please sign in to comment.