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

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

commit c8892c7d0840992c34c2e57dc6510e0ef62aec5c
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sun Mar 13 21:11:16 2022 -0400

    [Minor] Apply formatter
---
 .../resources/org/apache/camel/dataformat/barcode/barcode.json        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-barcode/src/generated/resources/org/apache/camel/dataformat/barcode/barcode.json
 
b/components/camel-barcode/src/generated/resources/org/apache/camel/dataformat/barcode/barcode.json
index e0908f7..6b0441b 100644
--- 
a/components/camel-barcode/src/generated/resources/org/apache/camel/dataformat/barcode/barcode.json
+++ 
b/components/camel-barcode/src/generated/resources/org/apache/camel/dataformat/barcode/barcode.json
@@ -16,10 +16,10 @@
     "modelJavaType": "org.apache.camel.model.dataformat.BarcodeDataFormat"
   },
   "properties": {
-    "barcodeFormat": { "kind": "attribute", "displayName": "Barcode Format", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Barcode format such as QR-Code" },
-    "imageType": { "kind": "attribute", "displayName": "Image Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Image 
type of the barcode such as png" },
     "width": { "kind": "attribute", "displayName": "Width", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "Width of the barcode" },
     "height": { "kind": "attribute", "displayName": "Height", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "Height of the barcode" },
+    "imageType": { "kind": "attribute", "displayName": "Image Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Image 
type of the barcode such as png" },
+    "barcodeFormat": { "kind": "attribute", "displayName": "Barcode Format", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Barcode format such as QR-Code" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
 }

Reply via email to