You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jarmod (JIRA)" <ji...@apache.org> on 2017/11/11 02:22:01 UTC

[jira] [Created] (DIR-326) Documentation bugs for LdapConnectionTemplate user guide

Jarmod created DIR-326:
--------------------------

             Summary: Documentation bugs for LdapConnectionTemplate user guide
                 Key: DIR-326
                 URL: https://issues.apache.org/jira/browse/DIR-326
             Project: Directory
          Issue Type: Bug
          Components: sitedocs
            Reporter: Jarmod
            Assignee: Emmanuel Lecharny
            Priority: Minor


The [#2.10 - Why use the LdapConnectionTemplate|http://directory.apache.org/api/user-guide/2.10-ldap-connection-template.html] docs have a couple of bugs:

1. The code 
{code:java}
private static final EntryMapper muppetEntryMapper
{code}
 should read as follows: 
{code:java}
private static final EntryMapper<Muppet> muppetEntryMapper
{code}

2. The code 
{code:java}
public String map( Entry entry ) throws LdapException
{code}
 should read as follows: 
{code:java}
public Muppet map( Entry entry ) throws LdapException
{code}

The code, as it stands, will not compile (one warning, one error).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)