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

Ludovic Poitou
16.14.2012 28b5cd325093f3bf806831dcf0b5f88a67b61977
Remove copied/pasted comment.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/types/AttributeBuilder.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeBuilder.java
@@ -1040,10 +1040,6 @@
    {
      if (elements != null)
      {
        // Note: if there is one or zero values left we could stop
        // using the set. However, lets assume that if the set
        // was multi-valued before then it may become multi-valued
        // again.
        return elements.contains(o);
      }