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/09/07 04:41:35 UTC

[incubator-linkis] branch dev-1.3.0 updated: Modify typo name (#3262)

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

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


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new f5a1b2a06 Modify typo name (#3262)
f5a1b2a06 is described below

commit f5a1b2a06824856f24fb0157c9845c923c248087
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Wed Sep 7 12:41:27 2022 +0800

    Modify typo name (#3262)
---
 .../java/org/apache/linkis/filesystem/restful/api/FsRestfulApi.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-public-enhancements/linkis-script-dev/linkis-storage-script-dev-server/src/main/java/org/apache/linkis/filesystem/restful/api/FsRestfulApi.java b/linkis-public-enhancements/linkis-script-dev/linkis-storage-script-dev-server/src/main/java/org/apache/linkis/filesystem/restful/api/FsRestfulApi.java
index 95d2a17a0..9d53fbd5f 100644
--- a/linkis-public-enhancements/linkis-script-dev/linkis-storage-script-dev-server/src/main/java/org/apache/linkis/filesystem/restful/api/FsRestfulApi.java
+++ b/linkis-public-enhancements/linkis-script-dev/linkis-storage-script-dev-server/src/main/java/org/apache/linkis/filesystem/restful/api/FsRestfulApi.java
@@ -763,7 +763,7 @@ public class FsRestfulApi {
         }
     }
 
-    @ApiOperation(value = "resultsetToExcel", notes = "resultset to excel", response = Message.class)
+    @ApiOperation(value = "resultsetsToExcel", notes = "resultsets to excel", response = Message.class)
     @ApiImplicitParams({
         @ApiImplicitParam(name = "path", required = false, dataType = "String", value = "path"),
         @ApiImplicitParam(name = "outputFileName", required = true, dataType = "String", value = "output file name", defaultValue = "downloadResultset"),


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