Polish
Closes gh-14067
This commit is contained in:
committed by
Madhura Bhave
parent
ca4ca15ef2
commit
5f3f1a1f11
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user