From c6ced142a6ca58cab8d314e8df49fb70c30748dd Mon Sep 17 00:00:00 2001 From: mans2singh Date: Sun, 10 Apr 2022 14:27:28 -0400 Subject: [PATCH] [hotfix][statefun][function-type] Updated parameter description --- .../main/java/org/apache/flink/statefun/sdk/FunctionType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statefun-sdk-embedded/src/main/java/org/apache/flink/statefun/sdk/FunctionType.java b/statefun-sdk-embedded/src/main/java/org/apache/flink/statefun/sdk/FunctionType.java index 9d036dfb9..00adf8df3 100644 --- a/statefun-sdk-embedded/src/main/java/org/apache/flink/statefun/sdk/FunctionType.java +++ b/statefun-sdk-embedded/src/main/java/org/apache/flink/statefun/sdk/FunctionType.java @@ -39,7 +39,7 @@ public final class FunctionType implements Serializable { /** * Creates a {@link FunctionType}. * - * @param namespace the function type's namepsace. + * @param namespace the function type's namespace. * @param type the function type's name. */ public FunctionType(String namespace, String type) {