This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 4a97eacdff2 Regen
4a97eacdff2 is described below
commit 4a97eacdff20185c42587dd775ecb00cf2a1a472
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 28 09:51:48 2022 +0200
Regen
---
.../src/main/java/org/apache/camel/util/concurrent/ThreadHelper.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/core/camel-util/src/main/java/org/apache/camel/util/concurrent/ThreadHelper.java
b/core/camel-util/src/main/java/org/apache/camel/util/concurrent/ThreadHelper.java
index 550f559299d..7532c42ef39 100644
---
a/core/camel-util/src/main/java/org/apache/camel/util/concurrent/ThreadHelper.java
+++
b/core/camel-util/src/main/java/org/apache/camel/util/concurrent/ThreadHelper.java
@@ -16,11 +16,11 @@
*/
package org.apache.camel.util.concurrent;
-import org.apache.camel.util.StringHelper;
-
import java.util.concurrent.atomic.AtomicLong;
import java.util.regex.Pattern;
+import org.apache.camel.util.StringHelper;
+
/**
* Various helper method for thread naming.
*/