Skip to content

Commit

Permalink
Refactor SQLFederationRuleConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 8, 2023
1 parent 56b41a8 commit 6063783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/**
* SQL federation rule configuration.
*/
@RequiredArgsConstructor
@Getter
@Setter
@RequiredArgsConstructor
public final class SQLFederationRuleConfiguration implements GlobalRuleConfiguration {

private final boolean sqlFederationEnabled;
Expand Down

0 comments on commit 6063783

Please sign in to comment.