Fix JavaDoc

This commit is contained in:
Nico Mexis 2022-01-04 00:21:32 +01:00
parent 347b6acf0f
commit c8c67b71b6
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public enum SyntaxLanguage {
}
/**
* @deprecated See {@link #setLanguage(String, RSyntaxTextArea)}.
* @deprecated See {@link #setLanguage(RSyntaxTextArea, String)}.
*/
@Deprecated
public static SyntaxLanguage detectLanguage(String fileName, String content) {