Skip to content

Commit

Permalink
Minor Javadoc correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjones committed Oct 5, 2014
1 parent cb242d0 commit 99f9a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cryptonode/jncryptor/JNCryptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ byte[] encryptData(byte[] plaintext, SecretKey encryptionKey,
SecretKey hmacKey) throws CryptorException;

/**
* Returns the version number of the data format supported by this
* Returns the version number of the data format produced by this
* {@code JNCryptor}.
*
* @return the version number
Expand Down

0 comments on commit 99f9a4c

Please sign in to comment.