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 7ba8d91 commit 84dba3eCopy full SHA for 84dba3e
src/main/java/de/springbootbuch/extconfig/ExampleProperties.java
@@ -107,7 +107,7 @@ public void setPrecision(Double precision) {
107
public String toString() {
108
final StringBuilder rv = new StringBuilder();
109
rv
110
- .append("ExampleProperties{")
+ .append("ExampleProperties{")
111
.append("\n\ttheGreeting=").append(theGreeting)
112
.append(",\n\tinterval=").append(interval)
113
.append(",\n\tprecision=").append(precision)
0 commit comments