LDAP-299: Polish deprecate spring-ldap-ldif-batch

This commit is contained in:
Rob Winch
2014-04-22 12:19:03 -05:00
parent 540d6379df
commit 661ffa3533

View File

@@ -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<LdapAttributes> {