Skip to content

Commit

Permalink
try with eclipse compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Sep 4, 2018
1 parent 25b8d92 commit 82d4c25
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -169,8 +169,8 @@ public static GamaSqlConnection createConnectionObject(final IScope scope) throw

// Connect connection parameters with the new parameter
public Map<String, Object> createConnectionParams(final IScope scope, final Map<String, Object> params) {
final Map<String, Object> connectionParameters = new HashMap<>();

final Map<String, Object> connectionParameters = new HashMap<String, Object>();
final String dbtype = (String) params.get("dbtype");
final String host = (String) params.get("host");
final String port = (String) params.get("port");
Expand Down

0 comments on commit 82d4c25

Please sign in to comment.