You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Weihua Hu (Jira)" <ji...@apache.org> on 2023/04/14 09:27:00 UTC

[jira] [Created] (FLINK-31808) wrong examples of how to set operator name in documents

Weihua Hu created FLINK-31808:
---------------------------------

             Summary: wrong examples of how to set operator name  in documents
                 Key: FLINK-31808
                 URL: https://issues.apache.org/jira/browse/FLINK-31808
             Project: Flink
          Issue Type: Bug
          Components: Documentation
            Reporter: Weihua Hu


[https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/operators/overview/#name-and-description]

 
{code:java}
.setName("filter"){code}
 should be
{code:java}
.name("filter"){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)