Skip to content

Commit

Permalink
fix style gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowasvonbot committed Sep 3, 2024
1 parent ed076f4 commit 23d43c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2836,8 +2836,8 @@ public Map<String, LanguageInfo> getPublicLanguages() {

/**
* Returns the {@link LanguageInfo language info} for a given language class if available.
* The class may be obtained with <code>InteropLibrary.getLanguage(Object)</code>.
* Throws an {@link IllegalArgumentException} if the provided language is not registered.
* The class may be obtained with <code>InteropLibrary.getLanguage(Object)</code>. Throws an
* {@link IllegalArgumentException} if the provided language is not registered.
*
* @param languageClass the language class to convert
* @return the associated language info
Expand Down

0 comments on commit 23d43c6

Please sign in to comment.