Skip to content

Commit

Permalink
docs: update javadoc
Browse files Browse the repository at this point in the history
- Update package path for o.l.l.en.English class

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Oct 3, 2023
1 parent d4e6e88 commit 94e4640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static boolean hasPremium(String className) {
/**
* Get the Language object for the given language class name or try to create it and add to dynamic languages.
*
* @param className e.g. <code>org.languagetool.language.English</code>
* @param className e.g. <code>org.languagetool.language.en.English</code>
* @return a Language object
* @throws RuntimeException if language not found in classpath
* @since 5.0
Expand Down

0 comments on commit 94e4640

Please sign in to comment.