Skip to content

Commit eb8749e

Browse files
committed
Forgot to add final
1 parent 7043d8a commit eb8749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/mapping/ParameterMapping.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
public class ParameterMapping {
2929

30-
private static Object UNSET = new Object();
30+
private static final Object UNSET = new Object();
3131
private Configuration configuration;
3232

3333
private String property;

0 commit comments

Comments
 (0)