From 661ffa35336e9316744a59e0e9dbb6a2ef2ca022 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 22 Apr 2014 12:19:03 -0500 Subject: [PATCH] LDAP-299: Polish deprecate spring-ldap-ldif-batch --- .../org/springframework/ldap/ldif/batch/LdifAggregator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldif/ldif-batch/src/main/java/org/springframework/ldap/ldif/batch/LdifAggregator.java b/ldif/ldif-batch/src/main/java/org/springframework/ldap/ldif/batch/LdifAggregator.java index ce525dd7..64e507de 100644 --- a/ldif/ldif-batch/src/main/java/org/springframework/ldap/ldif/batch/LdifAggregator.java +++ b/ldif/ldif-batch/src/main/java/org/springframework/ldap/ldif/batch/LdifAggregator.java @@ -25,7 +25,7 @@ import org.springframework.ldap.core.LdapAttributes; * interface for use with a {@link org.springframework.batch.item.file.FlatFileItemWriter FlatFileItemWriter} to write LDIF records to a file. * * @author Keith Barlow - * @deprecated Use the support provided in Spring Batch infrastructure + * @deprecated Use the support provided in Spring Batch infrastructure Specifically see org.springframework.batch.item.file.transform.PassThroughLineAggregator */ @Deprecated public class LdifAggregator implements LineAggregator {