Commit b9aa934d authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()

Closes gh-13171
parent be0b8eb8
...@@ -142,7 +142,6 @@ public class CouchbaseProperties { ...@@ -142,7 +142,6 @@ public class CouchbaseProperties {
return this.keyValue; return this.keyValue;
} }
@Deprecated
public void setKeyValue(int keyValue) { public void setKeyValue(int keyValue) {
this.keyValue = keyValue; this.keyValue = keyValue;
} }
......
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