Skip to content

Commit

Permalink
Added missing exception javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Feb 26, 2018
1 parent 0c9590b commit 775c3a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/src/main/java/org/web3j/crypto/WalletUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ public static String generateWalletFile(
* @param password Will be used for both wallet encryption and passphrase for BIP-39 seed
* @param destinationDirectory The directory containing the wallet
* @return A BIP-39 compatible Ethereum wallet
* @throws CipherException if the underlying cipher is not available
* @throws IOException if the destination cannot be written to
*/
public static Bip39Wallet generateBip39Wallet(String password, File destinationDirectory)
throws CipherException, IOException {
Expand Down

0 comments on commit 775c3a4

Please sign in to comment.