소스 검색

try to fix windows failures

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879011 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
Andreas Beeker 4 년 전
부모
커밋
8fb019a313
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java

+ 1
- 1
src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java 파일 보기

@@ -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…
취소
저장