mirror of https://github.com/apache/poi.git
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
53559b7437
commit
06f6946167
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue