Skip to content

Commit

Permalink
style: apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Feb 23, 2025
1 parent fc124e1 commit 22a7f70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/org/omegat/help/Help.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
2007 Didier Briel
2009 Alex Buloichik
2015 Aaron Madlon-Kay
2023 Hiroshi Miura
2023-2025 Hiroshi Miura
Home page: https://www.omegat.org/
Support center: https://omegat.org/support
Expand Down Expand Up @@ -89,7 +89,8 @@ public static void showJavadoc() throws IOException {
/**
* Shows help in the system browser.
*
* @throws IOException when URI creation failed.
* @throws IOException
* when URI creation failed.
*/
public static void showHelp() throws IOException {
String lang = detectHelpLanguage();
Expand Down

0 comments on commit 22a7f70

Please sign in to comment.