Auto-generated method stub
This commit is contained in:
@@ -44,7 +44,6 @@ public class DerbyTest {
|
||||
* @throws SQLException
|
||||
*/
|
||||
public static void main(String[] args) throws SQLException {
|
||||
// TODO Auto-generated method stub
|
||||
String nsURL="jdbc:derby://localhost:1527/seconddb1";
|
||||
java.util.Properties props = new java.util.Properties();
|
||||
props.setProperty("user","tquist");
|
||||
|
||||
@@ -35,7 +35,6 @@ public class ActiveDirectoryUtilsTest {
|
||||
try {
|
||||
dirContext.close();
|
||||
} catch (NamingException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user