[ 
https://issues.apache.org/jira/browse/DIR-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny closed DIR-326.
---------------------------------

> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to