You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2019/06/06 08:06:01 UTC

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

     [ 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: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org