Merge remote-tracking branch 'origin/main' into 1.18

This commit is contained in:
embeddedt 2023-04-16 13:31:20 -04:00
commit 362bf03e5d
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -49,6 +49,7 @@ public class CachedResourcePath {
if(s.length() == 0) if(s.length() == 0)
continue; continue;
components[i] = PATH_COMPONENT_INTERNER.intern(s); components[i] = PATH_COMPONENT_INTERNER.intern(s);
i++;
} }
pathComponents = components; pathComponents = components;
} }