Skip to content

Commit

Permalink
Updates formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmuesch committed Mar 7, 2018
1 parent 0b858b5 commit 17404c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/datadog/jmxfetch/RemoteConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public RemoteConnection(LinkedHashMap<String, Object> connectionParams)
jmx_url = (String) connectionParams.get("jmx_url");
rmi_timeout = (String) connectionParams.get("rmi_client_timeout");
if (rmi_timeout == null) {
rmi_timeout = DEFAULT_RMI_RESPONSE_TIMEOUT;
}
rmi_timeout = DEFAULT_RMI_RESPONSE_TIMEOUT;
}
if (connectionParams.containsKey("path")){
path = (String) connectionParams.get("path");
}
Expand Down

0 comments on commit 17404c0

Please sign in to comment.