Fix name of new OLE2ScratchpadExtractorFactory

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2016-07-12 15:40:18 +00:00
parent 439fc2e92d
commit 7beffbe3e3
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ public class OLE2ExtractorFactory {
private static Class<?> getScratchpadClass() { private static Class<?> getScratchpadClass() {
try { try {
return OLE2ExtractorFactory.class.getClassLoader().loadClass( return OLE2ExtractorFactory.class.getClassLoader().loadClass(
"org.apache.poi.extractor.OLE2ScrachpadExtractorFactory" "org.apache.poi.extractor.OLE2ScratchpadExtractorFactory"
); );
} catch (ClassNotFoundException e) { } catch (ClassNotFoundException e) {
LOGGER.log(POILogger.ERROR, "POI Scratchpad jar missing"); LOGGER.log(POILogger.ERROR, "POI Scratchpad jar missing");

View File

@ -46,7 +46,7 @@ import org.apache.poi.poifs.filesystem.Entry;
* two classes</p> * two classes</p>
*/ */
@SuppressWarnings("WeakerAccess") @SuppressWarnings("WeakerAccess")
public class OLE2ScrachpadExtractorFactory { public class OLE2ScratchpadExtractorFactory {
/** /**
* Look for certain entries in the stream, to figure it * Look for certain entries in the stream, to figure it
* out what format is desired * out what format is desired