Skip to content

Commit

Permalink
Merge pull request #177 from Viva-con-Agua/develop
Browse files Browse the repository at this point in the history
fix ScalaDoc issues
  • Loading branch information
johannsell authored Jan 9, 2018
2 parents 140ba72 + ceddbfc commit 8f2871f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/persistence/pool1/PoolData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait PoolData[T] {

object PoolData {
/**
* Needed to use Plays [[request.post(data)]] for PoolData[T].
* Needed to use Plays `request.post(data)` for PoolData[T].
*
* @param codec the used codec
* @tparam T the corresponding type of the [[PoolData]] instance
Expand Down

0 comments on commit 8f2871f

Please sign in to comment.