{ // LdifContentRecord ||
// LdifChangeAddRecord
LdifAttrValLine newLine = LdifAttrValLine.create( newAttributeDescription, oldValue );
try
{
document.replace( line.getOffset(), line.getLength(), newLine.toFormattedString( Utils
.getLdifFormatParameters() ) );
}
catch ( BadLocationException e )
{
e.printStackTrace();