Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Sep 1, 2023
1 parent 5bdce06 commit 4221b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode(callSuper = true)
public class JavaScriptFileExportOptions extends ExportOptions {

private ExportQuotes exportQuotes;
Expand Down

0 comments on commit 4221b57

Please sign in to comment.