Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 661ffa3

Browse files
author
Rob Winch
committed
LDAP-299: Polish deprecate spring-ldap-ldif-batch
1 parent 540d637 commit 661ffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldif/ldif-batch/src/main/java/org/springframework/ldap/ldif/batch/LdifAggregator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* interface for use with a {@link org.springframework.batch.item.file.FlatFileItemWriter FlatFileItemWriter} to write LDIF records to a file.
2626
*
2727
* @author Keith Barlow
28-
* @deprecated Use the support provided in Spring Batch infrastructure
28+
* @deprecated Use the support provided in Spring Batch infrastructure Specifically see org.springframework.batch.item.file.transform.PassThroughLineAggregator
2929
*/
3030
@Deprecated
3131
public class LdifAggregator implements LineAggregator<LdapAttributes> {

0 commit comments

Comments
 (0)