180181182183184185186187188189190
{ record.setChangeType( ( LdifChangeTypeLine ) part ); } else if ( part instanceof LdifCommentLine ) { record.addComment( ( LdifCommentLine ) part ); } else if ( part instanceof LdifControlLine ) { record.addControl( ( LdifControlLine ) part ); }
185186187188189190191192193194195
179180181182183184185186187188189