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

gzurowski pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 7fd1ea8d17a [Minor] Apply formatter
7fd1ea8d17a is described below

commit 7fd1ea8d17a507f322b49e6beb4db69c830e19a0
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Fri Mar 24 16:44:49 2023 +0100

    [Minor] Apply formatter
---
 .../org/apache/camel/component/thrift/generated/Operation.java |  2 +-
 .../java/org/apache/camel/component/thrift/generated/Work.java | 10 +++++-----
 .../apache/camel/dataformat/thrift/generated/Operation.java    |  2 +-
 .../org/apache/camel/dataformat/thrift/generated/Work.java     | 10 +++++-----
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Operation.java
 
b/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Operation.java
index d14cff757ae..006df6a56db 100644
--- 
a/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Operation.java
+++ 
b/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Operation.java
@@ -48,7 +48,7 @@ public enum Operation implements org.apache.thrift.TEnum {
 
     /**
      * Find a the enum type by its integer value, as defined in the Thrift IDL.
-     * 
+     *
      * @return null if the value is not found.
      */
     public static Operation findByValue(int value) {
diff --git 
a/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Work.java
 
b/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Work.java
index 1fa0353a71f..54b0eb61e81 100644
--- 
a/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Work.java
+++ 
b/components/camel-thrift/src/test/java/org/apache/camel/component/thrift/generated/Work.java
@@ -26,7 +26,7 @@ package org.apache.camel.component.thrift.generated;
 /**
  * Structs are the basic complex data structures. They are comprised of fields 
which each have an integer identifier, a
  * type, a symbolic name, and an optional default value.
- * 
+ *
  * Fields can be declared "optional", which ensures they will not be included 
in the serialized output if they aren't
  * set. Note that this requires some manual management in some languages.
  */
@@ -49,7 +49,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     public int num1; // required
     public int num2; // required
     /**
-     * 
+     *
      * @see Operation
      */
     public Operation op; // required
@@ -60,7 +60,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
         NUM1((short) 1, "num1"),
         NUM2((short) 2, "num2"),
         /**
-         * 
+         *
          * @see Operation
          */
         OP((short) 3, "op"),
@@ -247,7 +247,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     }
 
     /**
-     * 
+     *
      * @see Operation
      */
     public Operation getOp() {
@@ -255,7 +255,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     }
 
     /**
-     * 
+     *
      * @see Operation
      */
     public Work setOp(Operation op) {
diff --git 
a/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Operation.java
 
b/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Operation.java
index 6db5af4af15..3f24cb5f527 100644
--- 
a/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Operation.java
+++ 
b/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Operation.java
@@ -48,7 +48,7 @@ public enum Operation implements org.apache.thrift.TEnum {
 
     /**
      * Find a the enum type by its integer value, as defined in the Thrift IDL.
-     * 
+     *
      * @return null if the value is not found.
      */
     public static Operation findByValue(int value) {
diff --git 
a/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Work.java
 
b/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Work.java
index 4ab66e61000..b0a08ab6b03 100644
--- 
a/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Work.java
+++ 
b/components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/generated/Work.java
@@ -26,7 +26,7 @@ package org.apache.camel.dataformat.thrift.generated;
 /**
  * Structs are the basic complex data structures. They are comprised of fields 
which each have an integer identifier, a
  * type, a symbolic name, and an optional default value.
- * 
+ *
  * Fields can be declared "optional", which ensures they will not be included 
in the serialized output if they aren't
  * set. Note that this requires some manual management in some languages.
  */
@@ -49,7 +49,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     public int num1; // required
     public int num2; // required
     /**
-     * 
+     *
      * @see Operation
      */
     public Operation op; // required
@@ -60,7 +60,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
         NUM1((short) 1, "num1"),
         NUM2((short) 2, "num2"),
         /**
-         * 
+         *
          * @see Operation
          */
         OP((short) 3, "op"),
@@ -247,7 +247,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     }
 
     /**
-     * 
+     *
      * @see Operation
      */
     public Operation getOp() {
@@ -255,7 +255,7 @@ public class Work implements org.apache.thrift.TBase<Work, 
Work._Fields>, java.i
     }
 
     /**
-     * 
+     *
      * @see Operation
      */
     public Work setOp(Operation op) {

Reply via email to