Skip to content

Commit be2234a

Browse files
committed
Merge pull request #13171 from izeye:set-key-value
* pr/13171: Remove @deprecated on CouchbaseProperties.Endpoints.setKeyValue()
2 parents be0b8eb + b9aa934 commit be2234a

File tree

1 file changed

+0
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public int getKeyValue() {
142142
return this.keyValue;
143143
}
144144

145-
@Deprecated
146145
public void setKeyValue(int keyValue) {
147146
this.keyValue = keyValue;
148147
}

0 commit comments

Comments
 (0)