Skip to content

Commit

Permalink
Endpoint#readSslpProperty -> Endpoint#readSslProviderProperty
Browse files Browse the repository at this point in the history
Co-authored-by: Mark S. Lewis <[email protected]>
Signed-off-by: Breina <[email protected]>
  • Loading branch information
Breina and bestbeforetoday authored Nov 28, 2023
1 parent b258541 commit 8abf67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/hyperledger/fabric/sdk/Endpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private static String readNegotionTypeProperty(String url, Properties properties
return nt;
}

private static String readSslpProperty(String url, Properties properties) {
private static String readSslProviderProperty(String url, Properties properties) {
if (properties == null) {
return null;
}
Expand Down

0 comments on commit 8abf67c

Please sign in to comment.