Skip to content

Commit

Permalink
Merge pull request #186 from k-wall/fix-javadoc-error
Browse files Browse the repository at this point in the history
Fix javadoc error introduced by 3fd9fa9
  • Loading branch information
ozangunalp committed Jun 7, 2024
2 parents 32329f3 + be53170 commit fc0d173
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public interface ServerConfig {
* List of scram credentials, separated by semicolon.
* <br/>
* Format of the scram string must be in one of the following forms:
* <plaintext>
* <pre>
* SCRAM-SHA-256=[user=alice,password=alice-secret]
* SCRAM-SHA-512=[user=alice,iterations=8192,salt="N3E=",saltedpassword="YCE="]
* </plaintext>
* </pre>
*
* @return list of scram credentials
*/
Expand Down

0 comments on commit fc0d173

Please sign in to comment.