We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d7f56 commit 9449551Copy full SHA for 9449551
spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/Alignment.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2007 the original author or authors.
+ * Copyright 2006-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -19,8 +19,12 @@
19
20
/**
21
* @author Dave Syer
22
+ * @author Mahmoud Ben Hassine
23
24
+ * @deprecated Use {@link FormatterLineAggregator#setFormat(java.lang.String)}
25
+ * for alignment (See examples in {@code FormatterLineAggregatorTests})
26
*/
27
+@Deprecated
28
public enum Alignment {
29
CENTER("CENTER", "center"),
30
RIGHT("RIGHT", "right"),
0 commit comments