glens       02/03/28 02:35:38

  Modified:    src/examples/src/org/apache/poi/hssf/usermodel/examples
                        FrillsAndFills.java
  Log:
  Removed unused import
  
  Revision  Changes    Path
  1.4       +1 -2      
jakarta-poi/src/examples/src/org/apache/poi/hssf/usermodel/examples/FrillsAndFills.java
  
  Index: FrillsAndFills.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/examples/src/org/apache/poi/hssf/usermodel/examples/FrillsAndFills.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FrillsAndFills.java       12 Mar 2002 10:39:49 -0000      1.3
  +++ FrillsAndFills.java       28 Mar 2002 10:35:38 -0000      1.4
  @@ -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 @@
   public class FrillsAndFills
   {
       public static void main(String[] args)
  -        throws IOException
  +            throws IOException
       {
           HSSFWorkbook wb = new HSSFWorkbook();
           HSSFSheet sheet = wb.createSheet("new sheet");
  
  
  


Reply via email to