Incrementing the index is important
This commit is contained in:
parent
3497adfa6d
commit
c8523b3844
|
|
@ -49,6 +49,7 @@ public class CachedResourcePath {
|
|||
if(s.length() == 0)
|
||||
continue;
|
||||
components[i] = PATH_COMPONENT_INTERNER.intern(s);
|
||||
i++;
|
||||
}
|
||||
pathComponents = components;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user