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(java): Escale */ in package-info.java #526

Merged
merged 2 commits into from
Jun 7, 2019
Merged

Commits on Jun 7, 2019

  1. fix(java): Escale */ in package-info.java

    Code examples in the `README.md` file can contain multi-line comments
    that will interfere with the comment block in `package-info.java`.
    Escaping the `*/` to `*{@literal /}` fixes that issue.
    RomainMuller committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    842a5ec View commit details
    Browse the repository at this point in the history
  2. More updates

    Rico Huijbers committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    c25a85d View commit details
    Browse the repository at this point in the history