Commit 93e9a7a5 by Christian Gebauer

added missing setter for metadata

parent 77767bff
......@@ -100,4 +100,8 @@ public class AdminClientProperties {
public Map<String, String> getMetadata() {
return metadata;
}
public void setMetadata(Map<String, String> metadata) {
this.metadata = metadata;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment