Skip to content

Commit

Permalink
[Hotfix][translation] Translate the ignored comments. (apache#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and saLeox committed Sep 4, 2023
1 parent cf72c81 commit b1f19c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
@FunctionalInterface
public interface StreamEnvConfigFunction {
/**
* 用于初始化StreamExecutionEnvironment的时候,用于可以实现该函数,自定义要设置的参数...
* When used to initialize StreamExecutionEnvironment, it can be used to implement this function
* and customize the parameters to be set...
*
* @param environment
* @param parameterTool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
@FunctionalInterface
public interface TableEnvConfigFunction {
/**
* 用于初始化TableEnvironment的时候,用于可以实现该函数,自定义要设置的参数...
* When used to initialize the TableEnvironment, it can be used to implement this function and
* customize the parameters to be set...
*
* @param tableConfig
* @param parameterTool
Expand Down

0 comments on commit b1f19c9

Please sign in to comment.