Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JVM signatures for the java.lang.Class methods. #138

Merged
merged 1 commit into from
Feb 6, 2015

Commits on Jan 3, 2015

  1. Fix JVM signatures for the java.lang.Class method.

    The methods defined in the Class class contain semicolons at the end of the signatures for methods which return primitives, while these are only required after class names. As a result, a JVM error occurs when attempting to call any of the affected methods.
    tonyfinn committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    f0b8ce3 View commit details
    Browse the repository at this point in the history