Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos committed Oct 1, 2024
1 parent 900f61f commit 058f254
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,5 @@ public static String getString(final String key, final Locale userPreferredLocal
public static String getString(final String key, final Locale userPreferredLocale, final Object... arguments) {
return MessageFormat.format(getString(key, userPreferredLocale), arguments);
}
/*
// helper to get the Locale from Sakai
private static Locale getUserPreferredLocale() {
final ResourceLoader rl = new ResourceLoader();
return rl.getLocale();
}*/

}

0 comments on commit 058f254

Please sign in to comment.