This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1e13e64777c422f48fe282c07c7ca5a9245fc05d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 10 08:38:52 2019 +0200 Fixed CS for Camel-JIRA --- .../src/main/java/org/apache/camel/component/jira/FileConverter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-jira/src/main/java/org/apache/camel/component/jira/FileConverter.java b/components/camel-jira/src/main/java/org/apache/camel/component/jira/FileConverter.java index 0d36d7c..c9475d2 100644 --- a/components/camel-jira/src/main/java/org/apache/camel/component/jira/FileConverter.java +++ b/components/camel-jira/src/main/java/org/apache/camel/component/jira/FileConverter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. @@ -26,7 +26,7 @@ import org.apache.camel.Exchange; import org.apache.camel.component.file.GenericFile; @Converter(loader = true) -public class FileConverter { +public final class FileConverter { private FileConverter() { }