typo fixed

This commit is contained in:
Lucio Lelii 2022-07-18 11:31:41 +02:00
parent cfdcc76a1e
commit 1b43d5eb0a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class LegacyISPublisher implements Publisher{
String resource = toXml(endpoint);
registry.getStubs().create(resource, endpoint.type().toString());
}catch (Exception e) {
logger.error("erro publishing application", e);
logger.error("error publishing application", e);
throw new RuntimeException(e);
}
}, new ICSecret(context));