Skip to content

Commit 99f9a4c

Browse files
committed
Minor Javadoc correction.
1 parent cb242d0 commit 99f9a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cryptonode/jncryptor/JNCryptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ byte[] encryptData(byte[] plaintext, SecretKey encryptionKey,
162162
SecretKey hmacKey) throws CryptorException;
163163

164164
/**
165-
* Returns the version number of the data format supported by this
165+
* Returns the version number of the data format produced by this
166166
* {@code JNCryptor}.
167167
*
168168
* @return the version number

0 commit comments

Comments
 (0)