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 {