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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c8ce0d  Fixed CS
7c8ce0d is described below

commit 7c8ce0d246913ee601d6ff1b3a2d6ceb16b3b497
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Aug 8 08:15:12 2019 +0200

    Fixed CS
---
 .../org/apache/camel/component/file/FileProducerStreamTest.java   | 8 ++++----
 .../main/java/org/apache/camel/tools/apt/DocumentationHelper.java | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerStreamTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerStreamTest.java
index 1909b90..374c89a 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerStreamTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerStreamTest.java
@@ -1,13 +1,13 @@
-/**
+/*
  * 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.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git 
a/tooling/apt/src/main/java/org/apache/camel/tools/apt/DocumentationHelper.java 
b/tooling/apt/src/main/java/org/apache/camel/tools/apt/DocumentationHelper.java
index f0bee58..c0901e8 100644
--- 
a/tooling/apt/src/main/java/org/apache/camel/tools/apt/DocumentationHelper.java
+++ 
b/tooling/apt/src/main/java/org/apache/camel/tools/apt/DocumentationHelper.java
@@ -103,7 +103,7 @@ public final class DocumentationHelper {
         } else if ("https".equals(extendsScheme)) {
             return new 
File("../camel-http/target/classes/org/apache/camel/component/http/https.json");
         } else if ("netty".equals(extendsScheme)) {
-           return new 
File("../camel-netty/target/classes/org/apache/camel/component/netty4/netty.json");
+            return new 
File("../camel-netty/target/classes/org/apache/camel/component/netty4/netty.json");
         } else if ("servlet".equals(extendsScheme)) {
             return new 
File("../camel-servlet/target/classes/org/apache/camel/component/servlet/servlet.json");
         }

Reply via email to