orpiske commented on code in PR #12594: URL: https://github.com/apache/camel/pull/12594#discussion_r1436082461
########## components/camel-jaxb/src/test/java/org/apache/camel/jaxb/FallbackTypeConverterTest.java: ########## @@ -14,21 +14,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.camel.itest.jaxb; - -import java.io.InputStream; Review Comment: A note: you need to adjust your formatter to match the coding standard used by the project. Imports like this should not come last. The order should be +/-: `` java.* javax.* all other imports ``` Although much of this is done automatically by the build, it prevents us from having to re-generate the code. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org