Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Added missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schwab committed Mar 31, 2020
1 parent 760f71c commit e692c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/de/db/bcm/tupw/crypto/SplitKeyEncryption.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* 2020-03-20: V4.3.0: Use a nested exception, instead of a suppressed exception. fhs
* 2020-03-23: V4.4.0: Restructured source code according to DBS programming guidelines. fhs
* 2020-03-26: V5.0.0: Provide interfaces for strings, character arrays and byte arrays. fhs
* 2020-03-31: V5.0.1: Added some finals. fhs
*/
package de.db.bcm.tupw.crypto;

Expand All @@ -82,7 +83,7 @@
* Implement encryption by key generated from several source bytes and a key
*
* @author Frank Schwab, DB Systel GmbH
* @version 5.0.0
* @version 5.0.1
*/

public class SplitKeyEncryption implements AutoCloseable {
Expand Down

0 comments on commit e692c10

Please sign in to comment.