From commits-return-76834-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sun Aug 25 10:39:11 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0853518067E for ; Sun, 25 Aug 2019 12:39:10 +0200 (CEST) Received: (qmail 81190 invoked by uid 500); 25 Aug 2019 10:39:10 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 81077 invoked by uid 99); 25 Aug 2019 10:39:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Aug 2019 10:39:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1A51685FD9; Sun, 25 Aug 2019 10:39:10 +0000 (UTC) Date: Sun, 25 Aug 2019 10:39:11 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/02: Fixed CS for Camel-API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <156672954914.19957.15483121163826681597@gitbox.apache.org> References: <156672954914.19957.15483121163826681597@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 54c72c9d0eb02163c0d5abedd6cfd8af154e6afe X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190825103910.1A51685FD9@gitbox.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 54c72c9d0eb02163c0d5abedd6cfd8af154e6afe Author: Andrea Cosentino AuthorDate: Sun Aug 25 12:38:25 2019 +0200 Fixed CS for Camel-API --- .../java/org/apache/camel/spi/EndpointPropertyConfigurer.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java index db15433..feb01e2 100644 --- a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java +++ b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.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 - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * 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.