mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
06.17.2006 8e00846b5d4e425b5e8d23a7501dc3da8ed76d7e
Fix a build break caused by extra whitespace at the end of a couple of lines.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/tools/LDIFModify.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFModify.java
@@ -127,9 +127,9 @@
  {
    // Read the changes into memory.
      DNComparator comparator = new DNComparator();
      TreeMap<DN,AddChangeRecordEntry> adds =
      TreeMap<DN,AddChangeRecordEntry> adds =
          new TreeMap<DN,AddChangeRecordEntry>(comparator);
    HashMap<DN,DeleteChangeRecordEntry> deletes =
         new HashMap<DN,DeleteChangeRecordEntry>();
    HashMap<DN,LinkedList<Modification>> modifications =