Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 14, 2023
1 parent 869297c commit ec2dbfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ public List<String> sequenceAutoPadding() {
}

public boolean incSeqPadding() {
return options.get(SEQUENCE_AUTO_PADDING).equals(SequenceAutoPadding.INC_SEQ.value);
return SequenceAutoPadding.INC_SEQ.value.equals(options.get(SEQUENCE_AUTO_PADDING));
}

public boolean writeOnly() {
Expand Down

0 comments on commit ec2dbfa

Please sign in to comment.