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

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