Skip to content

Java example type mismatch #25

@Inertia-Squared

Description

@Inertia-Squared

Hey! Noticed there was a bug when running the Java example code with a simple type mismatch. I tried to submit a pull request with the fix but it doesn't seem like I have permission to do so, or I set up my IDE integration incorrectly. Since the fix is fairly simple, I thought I'd just mention it as an issue :)

Variable 'result' parameters "10" needs to be input as int 10 as no implicit conversion exists between "10" and 10. To reflect this change record.get("count").asString() must also be changed to .asInt()
Screenshot 2023-01-23 122837

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions