| | |
| | | import org.opends.server.types.LDIFImportConfig; |
| | | import org.opends.server.types.ModificationType; |
| | | import org.opends.server.types.ObjectClass; |
| | | import org.opends.server.types.RawModification; |
| | | import org.opends.server.types.RDN; |
| | | |
| | | |
| | |
| | | private ChangeRecordEntry parseModifyChangeRecordEntry(DN entryDN, |
| | | LinkedList<StringBuilder> lines) throws LDIFException { |
| | | |
| | | List<LDAPModification> modifications = new ArrayList<LDAPModification>(); |
| | | List<RawModification> modifications = new ArrayList<RawModification>(); |
| | | while(!lines.isEmpty()) |
| | | { |
| | | ModificationType modType = null; |