You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/28 06:23:34 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #2524: fix org.apache.camel.quarkus.component.lra.it.LraTest failed #2523

jamesnetherton commented on a change in pull request #2524:
URL: https://github.com/apache/camel-quarkus/pull/2524#discussion_r621849136



##########
File path: integration-tests/lra/src/test/java/org/apache/camel/quarkus/component/lra/it/LraTestResource.java
##########
@@ -36,8 +42,16 @@
     @Override
     public Map<String, String> start() {
         try {
+            String hostname = InetAddress.getLocalHost().getHostName();

Review comment:
       Small nit - I don't see `hostname` used for anything so I guess it can be removed?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org