Subversion Repositories bacoAlunos

Rev

Rev 1 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
package openldap;
2
 
3
import openldap.impl.LdapManager;
4
 
5
/**
6
 * Created by IntelliJ IDEA.
7
 * User: User
8
 * Date: 9/Abr/2005
9
 * Time: 12:04:00
10
 * To change this template use File | Settings | File Templates.
11
 */
12
public class LdapManagerFactory {
13
    public static ILdapManager getLdapManager(){
14
        return new LdapManager();
15
    }
16
}