Browse Source

Merge pull request #13171 from izeye:set-key-value

* pr/13171:
  Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()
pull/13211/head
Stephane Nicoll 8 years ago
parent
commit
be2234a8f0
  1. 1
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java

1
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java

@ -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;
} }

Loading…
Cancel
Save