Ver código fonte

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 anos atrás
pai
commit
2b3aa29c53

src/examples/src/org/apache/poi/hssf/usermodel/examples/EmeddedObjects.java → src/examples/src/org/apache/poi/hssf/usermodel/examples/EmbeddedObjects.java Ver arquivo

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

Carregando…
Cancelar
Salvar