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

matthew_swift
12.51.2007 09a504a259fdc56a9d787e78b0e0314f5d0e816c
Add missing import for aggregations.
1 files modified
1 ■■■■ changed files
opends/resource/admin/property-types/aggregation.xsl 1 ●●●● patch | view | raw | blame | history
opends/resource/admin/property-types/aggregation.xsl
@@ -47,6 +47,7 @@
      <xsl:call-template name="get-definition-type" />
    </xsl:element>
    <import>org.opends.server.admin.ManagedObjectPath</import>
    <import>org.opends.server.admin.AggregationPropertyDefinition</import>
  </xsl:template>
  <xsl:template match="adm:aggregation" mode="java-value-type">
    <xsl:value-of select="'String'" />