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

dugan
15.57.2009 0eca4e127b04aa10246110444b0b2f4a0900377c
Fix javadoc warning.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -4682,8 +4682,8 @@
     * Check if the specified DN is contained in the temporary DN cache.
     *
     * @param dn A DN check for.
     * @return  {@code true if the specified DN is in the temporary DN cache, or
     *          {@code false) if it is not.
     * @return  {@code true} if the specified DN is in the temporary DN cache,
     *          or {@code false} if it is not.
     */
    public boolean contains(DN dn)
    {