WW-5400 Better toString formatting

This commit is contained in:
Erica S. Kane
2024-04-11 16:52:44 -04:00
parent 758174c52e
commit 0151bdeb9c
@@ -134,7 +134,7 @@ public class DefaultCspSettings implements CspSettings {
public String toString() {
return "DefaultCspSettings{" +
"reportUri='" + reportUri + '\'' +
"reportTo='" + reportTo + '\'' +
", reportTo='" + reportTo + '\'' +
", cspHeader='" + cspHeader + '\'' +
'}';
}