This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit dbb54147fe9af2972a84ef3c6e7f268857368b65 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Apr 11 09:25:32 2021 +0200 Regen --- .../src/main/java/org/apache/camel/support/OffUuidGenerator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-support/src/main/java/org/apache/camel/support/OffUuidGenerator.java b/core/camel-support/src/main/java/org/apache/camel/support/OffUuidGenerator.java index a7d8a18..8dcb6dc 100644 --- a/core/camel-support/src/main/java/org/apache/camel/support/OffUuidGenerator.java +++ b/core/camel-support/src/main/java/org/apache/camel/support/OffUuidGenerator.java @@ -22,9 +22,9 @@ import org.apache.camel.spi.UuidGenerator; /** * {@link UuidGenerator} which is turned off for exchange ids, but generated UUIDs for everything else. * - * This is only intended for development for performance profiling - do not use in production. - * Some EIPs and functionalities of Camel requires exchange IDs to be unique and this generated - * will therefore not work in all situations. + * This is only intended for development for performance profiling - do not use in production. Some EIPs and + * functionalities of Camel requires exchange IDs to be unique and this generated will therefore not work in all + * situations. */ @Experimental public class OffUuidGenerator extends DefaultUuidGenerator {