Skip to content

Commit

Permalink
Make RewriteResult fields final
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmugerwa authored and Rongrong Zhong committed Apr 26, 2021
1 parent e175bad commit a355478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

public class RewriteResult
{
private String nameOfRewrite;
private String rewrittenSql;
private final String nameOfRewrite;
private final String rewrittenSql;

@JsonCreator
public RewriteResult(
Expand Down

0 comments on commit a355478

Please sign in to comment.