|
@@ -85,7 +85,7 @@ public class FileUserRolesStore {
|
|
|
|
|
|
/**
|
|
|
* Internally in this class, we try to load the file, but if for some reason we can't, we're being more lenient by
|
|
|
- * logging the error and skipping all enries. This is aligned with how we handle other auto-loaded files in security.
|
|
|
+ * logging the error and skipping all entries. This is aligned with how we handle other auto-loaded files in security.
|
|
|
*/
|
|
|
static Map<String, String[]> parseFileLenient(Path path, Logger logger) {
|
|
|
try {
|