Skip to content

Commit

Permalink
Revert "Trigger pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 3e20ead.
  • Loading branch information
jnsrnhld committed Jul 25, 2023
1 parent 3e20ead commit 4b27edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public ValidityDateId createId() {
@JsonIgnore
@ValidationMethod(message = "ValidityDate is not for Connectors' Table.")
public boolean isForConnectorsTable() {

boolean anyColumnNotForConnector = (startColumn != null && !startColumn.getTable().equals(connector.getTable()))
|| (endColumn != null && !endColumn.getTable().equals(connector.getTable()));

Expand Down

0 comments on commit 4b27edd

Please sign in to comment.