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

Update not to use new English() style constructor #19

Commits on Sep 30, 2023

  1. Update not to use new English() style constructor

    - Recommend `getLanguageBy*` method
      When LanguageTool supports Java Platform Module System introduced in Java 9, all the language classes should be changed its package path.
      In order to help users migration smoother, dev document recommends to use Languages.getLanguageBy* utility methods to create Language object in java-api.md.
     - Explain split package problem in code-style.md
     - Spell of GitHub trademark
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0f198ba View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Adjust for review comment

    - Use `getlanguageForShortCode` for alternative.
    miurahr committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a143edd View commit details
    Browse the repository at this point in the history