mirror of https://github.com/apache/jclouds.git
wrong values for SRVData keys in DynECT
This commit is contained in:
parent
b943a8c19f
commit
3be95807c2
|
@ -60,8 +60,8 @@ public class SRVData extends ForwardingMap<String, Object> {
|
|||
this.delegate = ImmutableMap.<String, Object> builder()
|
||||
.put("priority", priority)
|
||||
.put("weight", weight)
|
||||
.put("port", weight)
|
||||
.put("target", weight)
|
||||
.put("port", port)
|
||||
.put("target", target)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue