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

neil_a_wilson
30.27.2007 472ab9f6983def2889f0a4d29a477b1de6349e90
opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -218,6 +218,9 @@
  // The set of supported features for this backend.
  private HashSet<String> supportedFeatures;
  // The time that the schema was last modified.
  private long modifyTime;
  /**
@@ -768,6 +771,16 @@
                               valueSet));
    operationalAttrs.put(createTimestampType, attrList);
    if (DirectoryServer.getSchema().getYoungestModificationTime() != modifyTime)
    {
      synchronized (this)
      {
        modifyTime = DirectoryServer.getSchema().getYoungestModificationTime();
        modifyTimestamp =
             GeneralizedTimeSyntax.createGeneralizedTimeValue(modifyTime);
      }
    }
    valueSet = new LinkedHashSet<AttributeValue>(1);
    valueSet.add(modifiersName);
    attrList = new ArrayList<Attribute>(1);