This is an automated email from the ASF dual-hosted git repository. acosentino 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 d95d6b5aa97 Regen for commit 1cd9b91b98f6c092929c7e5bc3c38f010dccae0c d95d6b5aa97 is described below commit d95d6b5aa97320cec0a5cacec604770efe866428 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Sat Feb 11 15:40:23 2023 +0000 Regen for commit 1cd9b91b98f6c092929c7e5bc3c38f010dccae0c Signed-off-by: GitHub <nore...@github.com> --- .../src/main/java/org/apache/camel/impl/console/TraceDevConsole.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-console/src/main/java/org/apache/camel/impl/console/TraceDevConsole.java b/core/camel-console/src/main/java/org/apache/camel/impl/console/TraceDevConsole.java index f1d2ce1d9fe..77dd5f02e40 100644 --- a/core/camel-console/src/main/java/org/apache/camel/impl/console/TraceDevConsole.java +++ b/core/camel-console/src/main/java/org/apache/camel/impl/console/TraceDevConsole.java @@ -35,7 +35,7 @@ import org.apache.camel.util.json.JsonObject; public class TraceDevConsole extends AbstractDevConsole { @Metadata(defaultValue = "50", - description = "Maximum capacity of last number of messages to capture (capacity must be between 50 and 1000)") + description = "Maximum capacity of last number of messages to capture (capacity must be between 50 and 1000)") private int capacity = 50; private Queue<BacklogTracerEventMessage> queue;