Skip to content

Commit

Permalink
Add final
Browse files Browse the repository at this point in the history
Fixes gh-1705
  • Loading branch information
kazuki43zoo committed Oct 30, 2019
1 parent b1a1a78 commit cdd040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/ibatis/mapping/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public Environment(String id, TransactionFactory transactionFactory, DataSource
}

public static class Builder {
private String id;
private final String id;
private TransactionFactory transactionFactory;
private DataSource dataSource;

Expand Down

0 comments on commit cdd040e

Please sign in to comment.