Merge remote-tracking branch 'origin/main' into 1.18
This commit is contained in:
commit
362bf03e5d
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user