In the readme file corresponding to the Java example, the Java environment and runtime image are incorrectly described as being for Go. For example:
Create a Fission Go environment with the default Go runtime image (this does not include the build environment): fission environment create --name java --image fission/jvm-env --builder fission/jvm-builder
In the readme file corresponding to the Java example, the Java environment and runtime image are incorrectly described as being for Go. For example: Create a Fission Go environment with the default Go runtime image (this does not include the build environment): fission environment create --name java --image fission/jvm-env --builder fission/jvm-builder
Fixes: #89