[hotfix] [docs] Changed Python mention to Java

This closes #226.
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 @@
 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;