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
42c5a08dfb
commit
0aa24b3b60
@ -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
Block a user