sjwiesman commented on a change in pull request #127:
URL: https://github.com/apache/flink-statefun/pull/127#discussion_r453640980
##########
File path: docs/sdk/java.md
##########
@@ -162,7 +162,7 @@ Finally, if a catch-all exists, it will be executed or an
``IllegalStateExceptio
## Function Types and Messaging
-In Java, function types are defined as a _stringly_ typed reference containing
a namespace and name.
+In Java, function types are defined as a _strongly_ typed reference containing
a namespace and name.
Review comment:
I used stringly on purpose because you aren't refereing to the class but
a string "<namespace>/<name>". I don't think strongly is correct but we can
change it. How about,
```
In Java, function types are defined as logical pointers composed of a
namespace and name
```
?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]