Skip to content

Commit

Permalink
private loadTranslations
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkyl authored and qixils committed Dec 23, 2023
1 parent 4fb2312 commit d0d8501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private List<String> listResourcesIn(String path) throws IOException {
* Loads translations from the configured namespace.
*/
@SuppressWarnings("unchecked")
public void loadTranslations() throws IOException {
private void loadTranslations() throws IOException {
Yaml yaml = new Yaml();

// each language yaml file
Expand Down

0 comments on commit d0d8501

Please sign in to comment.