Skip to content

Commit

Permalink
Simplify rel identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hafner committed Dec 24, 2024
1 parent ef2776c commit 2456fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class EnumerableRelIdentifierRule extends ConverterRule {

EnumerableRelIdentifierRule() {
super( LogicalRelIdentifier.class, operand -> true, Convention.NONE, EnumerableConvention.INSTANCE, AlgFactories.LOGICAL_BUILDER,"EnumerableRelIdentifierRule" );
super( LogicalRelIdentifier.class, Convention.NONE, EnumerableConvention.INSTANCE, "EnumerableRelIdentifierRule" );
}


Expand Down

0 comments on commit 2456fb0

Please sign in to comment.