Closes gh-14067
This commit is contained in:
Johnny Lim
2018-08-15 10:43:12 +09:00
committed by Madhura Bhave
parent ca4ca15ef2
commit 5f3f1a1f11
3 changed files with 13 additions and 16 deletions

View File

@@ -315,14 +315,14 @@ public class ConfigurationPropertiesReportEndpointTests {
this.simpleBoolean = simpleBoolean;
}
public void setMixedBoolean(Boolean mixedBoolean) {
this.mixedBoolean = mixedBoolean;
}
public boolean isMixedBoolean() {
return (this.mixedBoolean != null) ? this.mixedBoolean : false;
}
public void setMixedBoolean(Boolean mixedBoolean) {
this.mixedBoolean = mixedBoolean;
}
public String getmIxedCase() {
return this.mIxedCase;
}