mirror of https://github.com/apache/poi.git
Rename example class (typo)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d22542990
commit
2b3aa29c53
|
@ -31,7 +31,7 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
|||
/**
|
||||
* Demonstrates how you can extract embedded data from a .xls file
|
||||
*/
|
||||
public class EmeddedObjects {
|
||||
public class EmbeddedObjects {
|
||||
@SuppressWarnings("unused")
|
||||
public static void main(String[] args) throws Exception {
|
||||
POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(args[0]));
|
Loading…
Reference in New Issue