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:
Glen Stampoultzis 2002-03-28 10:35:38 +00:00
parent 53559b7437
commit 06f6946167
1 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@
package org.apache.poi.hssf.usermodel.examples;
import org.apache.poi.hssf.usermodel.*;
import org.apache.poi.hssf.util.HSSFColor;
import java.io.FileOutputStream;
import java.io.IOException;
@ -68,7 +67,7 @@ import java.io.IOException;
public class FrillsAndFills
{
public static void main(String[] args)
throws IOException
throws IOException
{
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet sheet = wb.createSheet("new sheet");