Removed unused import
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6a5b3f027
commit
c89676717d
@ -55,7 +55,6 @@
|
|||||||
package org.apache.poi.hssf.usermodel.examples;
|
package org.apache.poi.hssf.usermodel.examples;
|
||||||
|
|
||||||
import org.apache.poi.hssf.usermodel.*;
|
import org.apache.poi.hssf.usermodel.*;
|
||||||
import org.apache.poi.hssf.util.HSSFColor;
|
|
||||||
|
|
||||||
import java.io.FileOutputStream;
|
import java.io.FileOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@ -68,7 +67,7 @@ import java.io.IOException;
|
|||||||
public class FrillsAndFills
|
public class FrillsAndFills
|
||||||
{
|
{
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
HSSFWorkbook wb = new HSSFWorkbook();
|
HSSFWorkbook wb = new HSSFWorkbook();
|
||||||
HSSFSheet sheet = wb.createSheet("new sheet");
|
HSSFSheet sheet = wb.createSheet("new sheet");
|
||||||
|
Loading…
Reference in New Issue
Block a user