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

Matthew Swift
28.19.2011 7340a751a41da0ba77359ca3b62a206ae9b82b88
Fix compiler warning.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -212,8 +212,7 @@
      try
      {
        //Try creating all the indexes before confirming they are valid ones.
        AttributeIndex index =
          new AttributeIndex(cfg, state, env, EntryContainer.this);
        new AttributeIndex(cfg, state, env, EntryContainer.this);
      }
      catch(Exception e)
      {