Skip to content

Commit

Permalink
Endpoint#readNtProperty -> Endpoint#readNegotionTypeProperty
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 30a4747 commit b258541
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 @@ -255,7 +255,7 @@ private static Optional<GrpcsContext> readGrpcsProps(String url, Properties prop
return Optional.of(new GrpcsContext(cn, pemBytesOpt.orElse(null)));
}

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

0 comments on commit b258541

Please sign in to comment.