Skip to content

Commit

Permalink
Update javadoc comment on translation handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguine6660 committed Jan 4, 2024
1 parent 6fd884e commit 5a1cacc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ public ScheduledExecutorService getScheduler() {
return scheduler;
}

/**
* Gets the message translation handler instance used by the plugin
* @return The message translation handler
*/
public TranslationHandler getTranslationHandler() {
return translationHandler;
}
Expand Down

0 comments on commit 5a1cacc

Please sign in to comment.