Skip to content

Commit

Permalink
Add final
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Oct 30, 2019
1 parent 80a454a commit 128d24e
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
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 128d24e

Please sign in to comment.