This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-3.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 042480608f03e94101d0bbdbeb8e3df54ed92062 Author: George Birbilis <[email protected]> AuthorDate: Sat Apr 17 14:51:50 2021 +0300 [hotfix] [docs] Changed Python mention to Java This closes #226. --- docs/content/docs/sdk/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/sdk/java.md b/docs/content/docs/sdk/java.md index 62ef072..0d710b9 100644 --- a/docs/content/docs/sdk/java.md +++ b/docs/content/docs/sdk/java.md @@ -96,7 +96,7 @@ In the [example above](#defining-a-stateful-function), the greeter function cons Often, functions need to consume more complex types containing several fields. By defining a custom type, this object can be passed transparently between functions and stored in state. -And because the type is tied to a logical typename, instead of the physical Python class, it can be passed to functions written in other language SDKs. +And because the type is tied to a logical typename, instead of the physical Java class, it can be passed to functions written in other language SDKs. ```java import com.fasterxml.jackson.annotation.JsonCreator;
