This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b68a49b28fc2bbbf60112e73f284e1e3860cd275
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Mon Apr 29 10:57:35 2024 +0200

    (chores) camel-flatpak: use final when possible
---
 .../org/apache/camel/component/flatpack/FixedLengthAllowShortTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/FixedLengthAllowShortTest.java
 
b/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/FixedLengthAllowShortTest.java
index e05abfcef1b..3bdf6eff659 100644
--- 
a/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/FixedLengthAllowShortTest.java
+++ 
b/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/FixedLengthAllowShortTest.java
@@ -47,7 +47,7 @@ public class FixedLengthAllowShortTest {
     @EndpointInject("mock:results-xml")
     protected MockEndpoint resultsxml;
 
-    protected String[] expectedFirstName = { "JOHN-SHORT", "JIMMY-SHORT", 
"JANE-SHORT", "FRED-SHORT" };
+    protected final String[] expectedFirstName = { "JOHN-SHORT", 
"JIMMY-SHORT", "JANE-SHORT", "FRED-SHORT" };
 
     @Test
     public void testCamel() throws Exception {

Reply via email to