This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.23.x by this push: new 8d4b73d CAMEL-13433 - Fixed CS 8d4b73d is described below commit 8d4b73df220931fc38b711a82d6e4893d7930dd7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 23 11:35:40 2019 +0200 CAMEL-13433 - Fixed CS --- .../apache/camel/component/aws/s3/S3ComponentContentLengthFileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentContentLengthFileTest.java b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentContentLengthFileTest.java index 896a2dd..94f5299 100644 --- a/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentContentLengthFileTest.java +++ b/components/camel-aws/src/test/java/org/apache/camel/component/aws/s3/S3ComponentContentLengthFileTest.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.