We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad286ef commit 36ba744Copy full SHA for 36ba744
src/test/java/org/apache/ibatis/submitted/member_access/MemberAccessTest.java
@@ -334,6 +334,7 @@ public String getPublicProperty() {
334
}
335
336
337
+ @SuppressWarnings("unused")
338
static class Bean {
339
private String privateField;
340
String packagePrivateField;
@@ -358,6 +359,7 @@ public void setPublicProperty(String value) {
358
359
360
361
362
363
static class Immutable {
364
private Map<String, String> properties = new HashMap<>();
365
0 commit comments