Uploaded image for project: 'Directory'
  1. Directory
  2. DIR-326

Documentation bugs for LdapConnectionTemplate user guide

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • sitedocs
    • None

    Description

      The #2.10 - Why use the LdapConnectionTemplate docs have a couple of bugs:

      1. The code

      private static final EntryMapper muppetEntryMapper
      

      should read as follows:

      private static final EntryMapper<Muppet> muppetEntryMapper
      

      2. The code

      public String map( Entry entry ) throws LdapException
      

      should read as follows:

      public Muppet map( Entry entry ) throws LdapException
      

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

      Attachments

        Activity

          People

            elecharny Emmanuel Lécharny
            jarmod911 Jarmod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: