one more comment

This commit is contained in:
fjy 2014-10-19 16:04:52 -07:00
parent bf3d31e5cc
commit 56b8ef4629
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ public class JacksonifiedConnectionFactory extends ConnectionFactory
@JsonProperty("clientProperties") Map<String, Object> clientProperties
) throws Exception
{
super();
this.host = host == null ? super.getHost() : host;
this.port = port == 0 ? super.getPort() : port;
this.username = username == null ? super.getUsername() : username;