Skip to content

Commit

Permalink
Fixed unnecessary getter for record
Browse files Browse the repository at this point in the history
  • Loading branch information
datomo committed Apr 8, 2024
1 parent 55290ba commit 9b1ab57
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.polypheny.db.languages;

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.experimental.Accessors;
Expand Down Expand Up @@ -168,7 +167,6 @@ public Config build() {
* Implementation of {@link Config}.
* Called by builder; all values are in private final fields.
*/
@Getter
record ConfigImpl(boolean convertTableAccess, boolean decorrelationEnabled, boolean trimUnusedFields, boolean createValuesAlg, boolean explain, boolean expand, int inSubQueryThreshold, AlgBuilderFactory algBuilderFactory) implements Config {

}
Expand Down

0 comments on commit 9b1ab57

Please sign in to comment.