Skip to content

Commit

Permalink
FABJ-352 SDK to make peer an anchor peer.
Browse files Browse the repository at this point in the history
PS
02 Minor clean up.
03 Fix odd javadoc error on return.

Change-Id: Ic0f781419f2e7bf9fa0fad837d1cc49d174640c2
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Oct 8, 2018
1 parent 9b15dcb commit b69a3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/hyperledger/fabric/sdk/Channel.java
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ public String toString() {
* @param userContext The usercontext to use.
* @param peersToAdd Peers to add as Host:Port peer1.org2.com:7022
* @param peersToRemove Peers to remove as Host:Port peer1.org2.com:7022
* @return @see {@link AnchorPeersConfigUpdateResult}
* @return The AnchorPeersConfigUpdateResult @see {@link AnchorPeersConfigUpdateResult}
* @throws Exception
*/
public AnchorPeersConfigUpdateResult getConfigUpdateAnchorPeers(Peer peer, User userContext, Collection<String> peersToAdd, Collection<String> peersToRemove) throws Exception {
Expand Down

0 comments on commit b69a3e3

Please sign in to comment.