mirror of https://github.com/apache/poi.git
revert accidental change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d07d8e42b9
commit
54fc06be81
|
@ -29,7 +29,6 @@ import org.apache.poi.hpsf.PropertySetFactory;
|
||||||
import org.apache.poi.hpsf.Section;
|
import org.apache.poi.hpsf.Section;
|
||||||
import org.apache.poi.poifs.eventfilesystem.POIFSReader;
|
import org.apache.poi.poifs.eventfilesystem.POIFSReader;
|
||||||
import org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent;
|
import org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent;
|
||||||
import org.apache.poi.util.ExceptionUtil;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Sample application showing how to read a document's custom property set.
|
* <p>Sample application showing how to read a document's custom property set.
|
||||||
|
@ -67,9 +66,6 @@ public final class ReadCustomPropertySets {
|
||||||
out("No property set stream: \"" + streamName + "\"");
|
out("No property set stream: \"" + streamName + "\"");
|
||||||
return;
|
return;
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
if (ExceptionUtil.isFatal(ex)) {
|
|
||||||
ExceptionUtil.rethrow(ex);
|
|
||||||
}
|
|
||||||
throw new HPSFRuntimeException("Property set stream \"" + streamName + "\": " + ex);
|
throw new HPSFRuntimeException("Property set stream \"" + streamName + "\": " + ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue