Subversion Repositories bacoAlunos

Rev

Rev 1 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package openldap;

import openldap.impl.LdapManager;

/**
 * Created by IntelliJ IDEA.
 * User: User
 * Date: 9/Abr/2005
 * Time: 12:04:00
 * To change this template use File | Settings | File Templates.
 */

public class LdapManagerFactory {
    public static ILdapManager getLdapManager(){
        return new LdapManager();
    }
}