Skip to content

Commit 12952f0

Browse files
committed
checkstyle
1 parent 3f6d283 commit 12952f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/uk/gov/hmcts/reform/locationrefdata/camel/processor/BuildingLocationProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ private void filterBuildingLocationsForForeignKeyViolations(List<BuildingLocatio
148148
location -> checkIfValueNotInListIfPresent(location.getClusterId(), clusterIdList),
149149
CLUSTER_ID, CLUSTER_ID_NOT_EXISTS,
150150
new LogDto(
151-
"{}:: Number of valid building locations after applying the cluster check filter: {}",
152-
logComponentName),
151+
"{}:: Number of valid building locations after applying the cluster check filter: {}",
152+
logComponentName),
153153
exchange, buildingLocationJsrValidatorInitializer
154154
);
155155
}

0 commit comments

Comments
 (0)