mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to fix windows failures
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e9d10a5ce
commit
8fb019a313
@ -163,7 +163,7 @@ public final class CopyCompare {
|
||||
// Ensures that the directory hierarchy for a document in a POI fileystem is in place.
|
||||
// Get the root directory. It does not have to be created since it always exists in a POIFS.
|
||||
DirectoryEntry de = poiFs.getRoot();
|
||||
if ("/".equals(path.toString())) {
|
||||
if (File.separator.equals(path.toString())) {
|
||||
de.setStorageClsid(event.getStorageClassId());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user