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

convert Inner classes to record classes #11838

Merged

Commits on Sep 26, 2024

  1. convert Inner classes to record classes

    - Inner classes like ComparableMark can be converted to record classes.
    - most of them can't change it since there are a method in it or changed the record value, which against the purpose of record.
    leaf-soba committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2fd7575 View commit details
    Browse the repository at this point in the history
  2. fix missing at param

    fix missing at param
    leaf-soba committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1d6d3d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix javdoc format

    fix javdoc format
    leaf-soba committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2d302ca View commit details
    Browse the repository at this point in the history