Updates to 4.1.0-SNAPSHOT

This commit is contained in:
spencergibb
2023-06-13 13:50:26 -04:00
parent 3c0b55bac9
commit 443d0e89f4
13 changed files with 14 additions and 18 deletions

View File

@@ -193,10 +193,6 @@ public class ConfigurationPropertiesRebinderIntegrationTests {
private String name;
public ConfigProperties() {
System.out.println();
}
public String getName() {
return this.name;
}