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

abobrov
20.58.2007 45d74a617ec7e631da286648024bc84fad984479
opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java
@@ -667,7 +667,9 @@
   *         definition is the {@link TopCfgDefn}.
   */
  public final boolean isTop() {
    return (this == TopCfgDefn.getInstance());
    // Casting to Object and instanceof check are required
    // to workaround a bug in JDK versions prior to 1.5.0_08.
    return ((Object) this instanceof TopCfgDefn);
  }