Commit 24ea99c4 by Johannes Edmeier Committed by GitHub

Merge pull request #467 from chrisi/master

parents 77767bff 93e9a7a5
......@@ -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