Skip to content

Commit 5357320

Browse files
committed
[ci] Use proper modifier order
1 parent 0707b07 commit 5357320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/session/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ public V get(Object key) {
971971
}
972972

973973
protected static class Ambiguity {
974-
final private String subject;
974+
private final String subject;
975975

976976
public Ambiguity(String subject) {
977977
this.subject = subject;

0 commit comments

Comments
 (0)