Auto-generated method stub

This commit is contained in:
MaxKey
2021-11-09 22:44:35 +08:00
parent 86aa0f9ed9
commit 899d7b75f5
120 changed files with 180 additions and 226 deletions

View File

@@ -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");

View File

@@ -35,7 +35,6 @@ public class ActiveDirectoryUtilsTest {
try {
dirContext.close();
} catch (NamingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}