Browse Source

Removed unused import


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352293 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-new-crysalsa
Glen Stampoultzis 22 years ago
parent
commit
06f6946167

+ 1
- 2
src/examples/src/org/apache/poi/hssf/usermodel/examples/FrillsAndFills.java 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");

Loading…
Cancel
Save