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

matthew_swift
27.50.2007 7f6277674fe97838b58a8fffb33e3351e0dc6a9f
opendj-sdk/opends/resource/admin/metaMO.xsl
@@ -580,7 +580,7 @@
                     '      return INSTANCE;
',
                     '    }
')" />
    <!--
      Property provider view.
      Server managed object getter.
    -->
    <xsl:text>&#xa;</xsl:text>
    <xsl:text>&#xa;</xsl:text>
@@ -589,7 +589,7 @@
      select="concat('    /**&#xa;',
                     '     * {@inheritDoc}&#xa;',
                     '     */&#xa;',
                     '    public PropertyProvider properties() {&#xa;',
                     '    public ServerManagedObject&lt;? extends ', $this-java-class,'Cfg&gt; managedObject() {&#xa;',
                     '      return impl;&#xa;',
                     '    }&#xa;')" />
    <!--