This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit e5c1f853d54910d57bfa933456e8b69d45250350 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 15 14:17:13 2023 +0200 Polished --- .../src/main/java/org/apache/camel/maven/ReportPluginCommon.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ReportPluginCommon.java b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ReportPluginCommon.java index 98746a110c3..bdeb2f4fb16 100644 --- a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ReportPluginCommon.java +++ b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ReportPluginCommon.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.camel.maven; import java.io.File; @@ -27,7 +26,6 @@ import org.apache.maven.project.MavenProject; final class ReportPluginCommon { private ReportPluginCommon() { - } public static String asRelativeFile(String name, MavenProject project) {
