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

abobrov
30.32.2008 fb72ce39dabb8a6146b1e70f3e6b8d5f88d994e9
- comment the logic of isDescendantOf method for equal DNs case.
1 files modified
7 ■■■■ changed files
opends/src/server/org/opends/server/types/DN.java 7 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/DN.java
@@ -405,8 +405,11 @@
  /**
   * Indicates whether this DN is a descendant of the provided DN
   * (i.e., that the RDN components of the provided DN are the same as
   * the last RDN components for this DN).
   * (i.e., that the RDN components of the provided DN are the
   * same as the last RDN components for this DN).  Note that if
   * this DN equals the provided DN it is still considered to be
   * a descendant of the provided DN by this method as both then
   * reside within the same subtree.
   *
   * @param  dn  The DN for which to make the determination.
   *