You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/07 14:24:29 UTC

[camel] branch master updated (fa92d6f -> 06c166c)

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

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


    from fa92d6f  Upgrade AssertJ to version 3.13.2
     new 2d4b651  Fixed CS for Camel-support
     new 06c166c  Fixed CS for Camel-test-blueprint

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/test/blueprint/CamelBlueprintTestSupport.java    | 2 +-
 .../main/java/org/apache/camel/support/InputStreamIterator.java   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


[camel] 02/02: Fixed CS for Camel-test-blueprint

Posted by ac...@apache.org.
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 06c166c9f45758afbb1ebcff4214b4c3796ac624
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 7 16:24:11 2019 +0200

    Fixed CS for Camel-test-blueprint
---
 .../java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
index c34c502..a00aabb 100644
--- a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
+++ b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
@@ -36,7 +36,6 @@ import java.util.Set;
 import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;
 
-import org.apache.camel.util.IOHelper;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
@@ -47,6 +46,7 @@ import org.apache.camel.CamelContext;
 import org.apache.camel.component.properties.PropertiesComponent;
 import org.apache.camel.model.ModelCamelContext;
 import org.apache.camel.test.junit4.CamelTestSupport;
+import org.apache.camel.util.IOHelper;
 import org.apache.camel.util.KeyValueHolder;
 import org.junit.After;
 import org.junit.Before;


[camel] 01/02: Fixed CS for Camel-support

Posted by ac...@apache.org.
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 2d4b6510df73abbd7299b12f7b4384029faff37b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 7 16:19:11 2019 +0200

    Fixed CS for Camel-support
---
 .../main/java/org/apache/camel/support/InputStreamIterator.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/InputStreamIterator.java b/core/camel-support/src/main/java/org/apache/camel/support/InputStreamIterator.java
index 5c80b2e..b3876e9 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/InputStreamIterator.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/InputStreamIterator.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.