Skip to content

Commit

Permalink
Fixed scaladoc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nappin authored and Chris Nappin committed Mar 11, 2024
1 parent fffa2ce commit 376edad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/com/nappin/play/recaptcha/RecaptchaVerifier.scala
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class RecaptchaVerifier @Inject() (
* Implicit - The execution context used for futures
* @return
* A future that will be the form to use, either populated with an error or success
* @throws IllegalStateException
* @throws java.lang.IllegalStateException
* Developer errors that shouldn't happen - no recaptcha challenge, or multiple challenges or
* responses found
*/
Expand Down Expand Up @@ -189,7 +189,7 @@ class RecaptchaVerifier @Inject() (
* The POST parameters
* @return
* The response
* @throws IllegalStateException
* @throws java.lang.IllegalStateException
* If response missing or multiple
*/
private def readResponse(params: Map[String, Seq[String]]): String =
Expand Down

0 comments on commit 376edad

Please sign in to comment.