This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new a6fd58869 [linkis-gateway-authentication] Modification of scala file
floating red (#3147)
a6fd58869 is described below
commit a6fd588692ef5edd0a5a704414f30a9a6cd61d14
Author: 成彬彬 <[email protected]>
AuthorDate: Sat Sep 3 14:35:58 2022 +0800
[linkis-gateway-authentication] Modification of scala file floating red
(#3147)
* [linkis-gateway-authentication] Modification of scala file floating red
---
.../org/apache/linkis/gateway/authentication/bo/impl/TokenImpl.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-authentication/src/main/scala/org/apache/linkis/gateway/authentication/bo/impl/TokenImpl.scala
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-authentication/src/main/scala/org/apache/linkis/gateway/authentication/bo/impl/TokenImpl.scala
index c82c02216..8906869b5 100644
---
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-authentication/src/main/scala/org/apache/linkis/gateway/authentication/bo/impl/TokenImpl.scala
+++
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-authentication/src/main/scala/org/apache/linkis/gateway/authentication/bo/impl/TokenImpl.scala
@@ -125,7 +125,7 @@ class TokenImpl extends Token {
/**
* Unit: second
*/
- override def setElapseDay(elapseDay: Long) = {
+ override def setElapseDay(elapseDay: Long): Unit = {
this.elapseDay = elapseDay
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]