Add missing JavaDoc tags. (#963)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Adrian Sutton 6 years ago committed by GitHub
parent 27a3631027
commit 6176a63049
  1. 2
      pantheon/src/main/java/tech/pegasys/pantheon/cli/rlp/JSONToRLP.java

@ -22,7 +22,9 @@ interface JSONToRLP {
/**
* Encodes the object into an RLP value.
*
* @param json the JSON to convert to RLP
* @return the RLP encoded object.
* @throws IOException if an error occurs while reading data
*/
BytesValue encode(String json) throws IOException;
}

Loading…
Cancel
Save