You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/09 20:26:31 UTC

camel git commit: Polished

Repository: camel
Updated Branches:
  refs/heads/master b5dbba747 -> dabf8e743


Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dabf8e74
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dabf8e74
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dabf8e74

Branch: refs/heads/master
Commit: dabf8e74312d77b4bc1071092f8a97f9e3e2cf44
Parents: b5dbba7
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jun 9 22:26:24 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jun 9 22:26:24 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dabf8e74/camel-core/src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java b/camel-core/src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java
index 080520a..4c99030 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/DefaultUuidGenerator.java
@@ -52,7 +52,6 @@ public class DefaultUuidGenerator implements UuidGenerator {
         }
 
         if (canAccessSystemProps) {
-
             try {
                 if (hostName == null) {
                     hostName = InetAddressUtil.getLocalHostName();