Removed unused log4j dependency.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13dd384a09
commit
1d9582253f
@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
package org.apache.poi.hssf.usermodel.contrib;
|
package org.apache.poi.hssf.usermodel.contrib;
|
||||||
|
|
||||||
import org.apache.log4j.Category;
|
|
||||||
|
|
||||||
import org.apache.poi.hssf.usermodel.HSSFCellStyle;
|
|
||||||
import org.apache.poi.hssf.usermodel.HSSFCell;
|
import org.apache.poi.hssf.usermodel.HSSFCell;
|
||||||
import org.apache.poi.hssf.usermodel.HSSFRow;
|
import org.apache.poi.hssf.usermodel.HSSFRow;
|
||||||
import org.apache.poi.hssf.usermodel.HSSFSheet;
|
import org.apache.poi.hssf.usermodel.HSSFSheet;
|
||||||
@ -37,11 +34,11 @@ import org.apache.commons.lang.exception.NestableException;
|
|||||||
*@since July 29, 2002
|
*@since July 29, 2002
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class HSSFRegionUtil {
|
public class HSSFRegionUtil
|
||||||
private static Category log = Category.getInstance( HSSFRegionUtil.class.getName() );
|
{
|
||||||
|
|
||||||
/** Constructor for the HSSFRegionUtil object */
|
/** Constructor for the HSSFRegionUtil object */
|
||||||
public HSSFRegionUtil() { }
|
private HSSFRegionUtil() { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the left border for a region of cells by manipulating the cell style
|
* Sets the left border for a region of cells by manipulating the cell style
|
||||||
|
Loading…
Reference in New Issue
Block a user