Skip to content

Commit 4ff0253

Browse files
mjabascal10Copilot
andauthored
Update backend/src/main/java/com/park/utmstack/service/correlation/config/UtmDataTypesService.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e10232 commit 4ff0253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/com/park/utmstack/service/correlation/config/UtmDataTypesService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public void syncDataTypes() {
210210
synchronizeDataTypes();
211211
} catch (Exception e) {
212212
String msg = ctx + ": " + e.getLocalizedMessage();
213-
log.error("{} An error occurred during datatypes synchronization: {}", ctx, e.getMessage());;
213+
log.error("{} An error occurred during datatypes synchronization: {}", ctx, e.getMessage());
214214
applicationEventService.createEvent(msg, ApplicationEventType.ERROR);
215215
}
216216
}

0 commit comments

Comments
 (0)