Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 21, 2024
1 parent 9dd5ecf commit 824d9e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int doFinal(ByteBuffer inBuffer, ByteBuffer outBuffer)
* <p>
* This is the same name that was specified in one of the
* {@code CryptoCipherFactory#getInstance} calls that created this
* {@code CryptoCipher} object..
* {@code CryptoCipher} object.
* </p>
*
* @return the algorithm name of this {@code CryptoCipher} object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public int doFinal(final ByteBuffer inBuffer, final ByteBuffer outBuffer)
* <p>
* This is the same name that was specified in one of the
* {@code CryptoCipherFactory#getInstance} calls that created this
* {@code CryptoCipher} object..
* {@code CryptoCipher} object.
* </p>
*
* @return the algorithm name of this {@code CryptoCipher} object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public int doFinal(final ByteBuffer inBuffer, final ByteBuffer outBuffer)
* <p>
* This is the same name that was specified in one of the
* {@code CryptoCipherFactory#getInstance} calls that created this
* {@code CryptoCipher} object..
* {@code CryptoCipher} object.
* </p>
*
* @return the algorithm name of this {@code CryptoCipher} object.
Expand Down

0 comments on commit 824d9e7

Please sign in to comment.