]> source.dussan.org Git - poi.git/commit
Fix a typo in the file name, and add a generic method to POITextExtractor to get...
authorNick Burch <nick@apache.org>
Tue, 12 Aug 2008 19:02:41 +0000 (19:02 +0000)
committerNick Burch <nick@apache.org>
Tue, 12 Aug 2008 19:02:41 +0000 (19:02 +0000)
commit8ad0a4f34ceae63cda3e0e4bef34455e3992291f
treedf1fb3b805532c405b5e347bc76c91ef8a7cff31
parent80ea376dc0bc818ecc5dbd033e783eff0a6a49a4
Fix a typo in the file name, and add a generic method to POITextExtractor to get the appropriate metadata text extractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685267 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hpsf/how-to.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/POIOLE2TextExtractor.java
src/java/org/apache/poi/POITextExtractor.java
src/java/org/apache/poi/hpsf/extractor/HPFSPropertiesExtractor.java [deleted file]
src/java/org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.java [new file with mode: 0644]
src/testcases/org/apache/poi/hpsf/extractor/TestHPFSPropertiesExtractor.java [deleted file]
src/testcases/org/apache/poi/hpsf/extractor/TestHPSFPropertiesExtractor.java [new file with mode: 0644]