You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/18 07:05:17 UTC

[GitHub] [incubator-linkis] casionone commented on a diff in pull request #2789: Scala code format alarm clear in linkis-bml-client

casionone commented on code in PR #2789:
URL: https://github.com/apache/incubator-linkis/pull/2789#discussion_r948727221


##########
linkis-public-enhancements/linkis-bml/linkis-bml-client/src/main/scala/org/apache/linkis/bml/common/POSTActionFailException.scala:
##########
@@ -20,12 +20,13 @@ package org.apache.linkis.bml.common
 import org.apache.linkis.common.exception.ErrorException
 
 case class POSTActionFailException()
-    extends ErrorException(70025, "material house client request failed (物料库客户端请求失败)") {}
+    extends ErrorException(70025, "material house client request failed(物料库客户端请求失败)") {}
 
 case class POSTResultNotMatchException()
     extends ErrorException(
       70021,
-      "The result returned by the repository client POST request does not match(物料库客户端POST请求返回的result不匹配)"
+      "The result returned by the repository client POST request does not match" +

Review Comment:
   File line length exceeds 100 characters  
   Is it possible to adjust the default value 100



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org