Skip to content

Commit 78537ba

Browse files
committed
Spotless
1 parent 750c7ee commit 78537ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/LenientErrorHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ public void incorrectJsonType(
8787
ScalarType theFoundScalarType) {
8888
if (myLogErrors) {
8989
if (ourLog.isWarnEnabled()) {
90-
String message = describeLocation(theLocation) +
91-
createIncorrectJsonTypeMessage(
92-
theElementName, theExpected, theExpectedScalarType, theFound, theFoundScalarType);
90+
String message = describeLocation(theLocation)
91+
+ createIncorrectJsonTypeMessage(
92+
theElementName, theExpected, theExpectedScalarType, theFound, theFoundScalarType);
9393
ourLog.warn(message);
9494
}
9595
}

0 commit comments

Comments
 (0)