Hide timestamp in Scala Play server samples (#5495)

* hide timestamp in scala play server output

* add chameleon82 to scala tech committee
This commit is contained in:
William Cheng
2020-03-02 14:56:07 +08:00
committed by GitHub
parent eabdafad88
commit 4ac054f723
19 changed files with 18 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import model.User
/**
* Provides a default implementation for [[UserApi]].
*/
@javax.annotation.Generated(value = Array("org.openapitools.codegen.languages.ScalaPlayFrameworkServerCodegen"), date = "2020-02-29T14:21:53.710+07:00[Asia/Bangkok]")
class UserApiImpl extends UserApi {
/**
* @inheritdoc