[Date Prev][Date Next] [Chronological] [Thread] [Top]

JDBC-code need cleanup (ITS#3034)



Full_Name: Sven Köhler
Version: 
OS: 
URL: ftp://ftp.openldap.org/incoming/skoehler-20040323-jdbc.patch
Submission from: (NULL) (194.246.46.15)


The sourcecode of the JDBC-LDAP bridge still uses .* imports, has unused
imports, unused local variables and such stuff.

In addition, the Constructor of JdbcLdapDriver registers itself at the
DriverManager, but this isn't needed since it is already done by the
static-constructor.