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

matthew_swift
17.54.2009 5801096f936a40418c9bfdda83a78dd1be57f4f3
Fix typo.
1 files modified
2 ■■■ changed files
sdk/src/org/opends/sdk/DN.java 2 ●●● patch | view | raw | blame | history
sdk/src/org/opends/sdk/DN.java
@@ -707,7 +707,7 @@
   */
  public int size()
  {
    return size();
    return size;
  }