Skip to content

Commit

Permalink
fix javadoc warnings (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemhu authored May 29, 2024
1 parent af1d662 commit 5b65c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

/**
* Provides access to the KeyStore, such as loading, saving
* and deleting entries. Keeps track of the username->alias mapping
* and deleting entries. Keeps track of the username:alias mapping
* via the UserToAliasMapping object.
*/
public class CachingKeyStoreAccess implements KeyStoreAccess {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

/**
* Provides access to the KeyStore, such as loading, saving
* and deleting entries. Keeps track of the username->alias mapping
* and deleting entries. Keeps track of the username:alias mapping
* via the UserToAliasMapping object.
*/
public class KeyStoreAccessImpl implements KeyStoreAccess {
Expand Down

0 comments on commit 5b65c83

Please sign in to comment.