Skip to content

Commit 8f5045b

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents 6de3c1c + ac50eb7 commit 8f5045b

File tree

1 file changed

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

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ public static class Jks {
155155
*/
156156
private String password;
157157

158-
/**
159-
* Private key password for certificate-based cluster authentication.
160-
*/
161-
private String privateKeyPassword;
162-
163158
public String getLocation() {
164159
return this.location;
165160
}
@@ -176,14 +171,6 @@ public void setPassword(String password) {
176171
this.password = password;
177172
}
178173

179-
public String getPrivateKeyPassword() {
180-
return this.privateKeyPassword;
181-
}
182-
183-
public void setPrivateKeyPassword(String privateKeyPassword) {
184-
this.privateKeyPassword = privateKeyPassword;
185-
}
186-
187174
}
188175

189176
}

0 commit comments

Comments
 (0)