ppalaga commented on a change in pull request #2750:
URL: https://github.com/apache/camel-quarkus/pull/2750#discussion_r648118700



##########
File path: pom.xml
##########
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>

Review comment:
       Looks like you have added a byte order mark. Any reason for that?
   
   ```
   $ hexdump -n 3 -C pom.xml 
   00000000  ef bb bf                                          |...|
   ```
   
   before the change:
   
   ```
   $ hexdump -n 3 -C pom.xml 
   00000000  3c 3f 78                                          |<?x|
   ```
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to