You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/03/17 08:36:02 UTC

[incubator-linkis] branch dev-1.1.1 updated: Modify the wrong parameter name

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.1 by this push:
     new e13ee0f  Modify the wrong parameter name
     new 56722a7  Merge pull request #1739 from husofskyzy/dev-1.1.1
e13ee0f is described below

commit e13ee0f835040c2dd6acddb370c5050694f9fa13
Author: husofskyzy <15...@163.com>
AuthorDate: Thu Mar 17 14:55:46 2022 +0800

    Modify the wrong parameter name
---
 .../org/apache/linkis/ujes/client/request/GetTableBaseInfoAction.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-computation-governance/linkis-client/linkis-computation-client/src/main/scala/org/apache/linkis/ujes/client/request/GetTableBaseInfoAction.scala b/linkis-computation-governance/linkis-client/linkis-computation-client/src/main/scala/org/apache/linkis/ujes/client/request/GetTableBaseInfoAction.scala
index 8b0094e..1b3bdbd 100644
--- a/linkis-computation-governance/linkis-client/linkis-computation-client/src/main/scala/org/apache/linkis/ujes/client/request/GetTableBaseInfoAction.scala
+++ b/linkis-computation-governance/linkis-client/linkis-computation-client/src/main/scala/org/apache/linkis/ujes/client/request/GetTableBaseInfoAction.scala
@@ -45,7 +45,7 @@ object GetTableBaseInfoAction {
       this
     }
 
-    def setTablename(tabglename: String): Builder = {
+    def setTablename(tablename: String): Builder = {
       this.tablename = tablename
       this
     }

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