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 129b89c2d006550d493bfcb57c0e26ccfdd17976 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Apr 16 08:44:27 2021 +0200 Fixed CS --- .../org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java index d40657c..884ddc2 100644 --- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java +++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java @@ -41,9 +41,9 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * The BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from - * a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ... - * according to the format/pattern defined + * The BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind + * data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, + * Double, ... according to the format/pattern defined */ public class BindyFixedLengthFactory extends BindyAbstractFactory implements BindyFactory {
