Skip to content

Commit

Permalink
Merge "[FAB-3391] cleanup java shim whitespace"
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed May 4, 2017
2 parents bcbab82 + 9581073 commit 00068ba
Show file tree
Hide file tree
Showing 19 changed files with 1,192 additions and 1,252 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
* Defines methods that all chaincodes must implement.
*/
public interface Chaincode {
/**
* Called during an instantiate transaction after the container
* has been established, allowing the chaincode to initialize
* its internal data.
*/
public Response init(ChaincodeStub stub);
/**
* Called for every Invoke transaction. The chaincode may change
* its state variables.
*/
public Response invoke(ChaincodeStub stub);
/**
* Called during an instantiate transaction after the container has been
* established, allowing the chaincode to initialize its internal data.
*/
public Response init(ChaincodeStub stub);

/**
* Called for every Invoke transaction. The chaincode may change its state
* variables.
*/
public Response invoke(ChaincodeStub stub);
}
Loading

0 comments on commit 00068ba

Please sign in to comment.