浏览代码

Rename example class (typo)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777518 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA2
Andreas Beeker 7 年前
父节点
当前提交
2b3aa29c53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/examples/src/org/apache/poi/hssf/usermodel/examples/EmbeddedObjects.java

src/examples/src/org/apache/poi/hssf/usermodel/examples/EmeddedObjects.java → src/examples/src/org/apache/poi/hssf/usermodel/examples/EmbeddedObjects.java 查看文件

@@ -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]));

正在加载...
取消
保存