Skip to content

Commit

Permalink
Fix javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc authored Sep 23, 2016
1 parent ce212cc commit 7bd4f7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public void loadUnencrypted() throws Exception {
}

/**
* Verifies that {@link SecretBytes} will treat a Base64 encoded plain text content as the content to be encrypted
* with the instance's secret key which gets applied when the {@link FileCredentialsImpl} is written to disk.
* Verifies that legacy data is converted correctly and that the new {@link SecretBytes} gets applied
* when the {@link FileCredentialsImpl} is written to disk.
* @throws Exception if things go wrong.
*/
@Test
Expand Down

0 comments on commit 7bd4f7e

Please sign in to comment.