You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -155,11 +155,6 @@ public static class Jks {
155
155
*/
156
156
privateStringpassword;
157
157
158
-
/**
159
-
* Private key password for certificate-based cluster authentication.
160
-
*/
161
-
privateStringprivateKeyPassword;
162
-
163
158
publicStringgetLocation() {
164
159
returnthis.location;
165
160
}
@@ -176,14 +171,6 @@ public void setPassword(String password) {
0 commit comments