Skip to content

Commit e5ac3bc

Browse files
committed
Merge branch '2.0.x'
2 parents d84cb44 + be2234a commit e5ac3bc

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)