Skip to content

Commit

Permalink
Removing toString for NestedAllTupleFields.
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <[email protected]>
  • Loading branch information
forestmvey committed Jun 26, 2023
1 parent f935476 commit 04dcea2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/**
* Represents all tuple fields used in nested function.
*/
@ToString
@RequiredArgsConstructor
@EqualsAndHashCode(callSuper = false)
public class NestedAllTupleFields extends UnresolvedExpression {
Expand Down

0 comments on commit 04dcea2

Please sign in to comment.