mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
clean code
This commit is contained in:
parent
3dafdf017c
commit
91619374be
1 changed files with 0 additions and 2 deletions
|
|
@ -303,7 +303,6 @@ public class JDBCInterpreterTest extends BasicJDBCTestCaseAdapter {
|
|||
/**
|
||||
* Verify if setting user and password of JDBC Interpreter properties as UserCredentials when replName is same.
|
||||
*/
|
||||
// check if getting account information from Credential.
|
||||
Properties properties2 = new Properties();
|
||||
properties2.setProperty("common.max_count", "1000");
|
||||
properties2.setProperty("common.max_retry", "3");
|
||||
|
|
@ -326,7 +325,6 @@ public class JDBCInterpreterTest extends BasicJDBCTestCaseAdapter {
|
|||
/**
|
||||
* Verify if not setting user and password of the JDBC Interpreter properties when replName is different.
|
||||
*/
|
||||
// check if getting account information from Credential.
|
||||
Properties properties3 = new Properties();
|
||||
properties3.setProperty("common.max_count", "1000");
|
||||
properties3.setProperty("common.max_retry", "3");
|
||||
|
|
|
|||
Loading…
Reference in a new issue