119120121122123124125126127128129
} } try { document.replace( line.getOffset(), line.getLength(), newLine.toFormattedString( Utils .getLdifFormatParameters() ) ); } catch ( BadLocationException e ) { e.printStackTrace();
118119120121122123124125126127128