mirror of https://github.com/apache/poi.git
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
9957bcd835
commit
2b674c4f99
|
@ -18,9 +18,6 @@
|
|||
|
||||
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.HSSFRow;
|
||||
import org.apache.poi.hssf.usermodel.HSSFSheet;
|
||||
|
@ -37,11 +34,11 @@ import org.apache.commons.lang.exception.NestableException;
|
|||
*@since July 29, 2002
|
||||
*/
|
||||
|
||||
public class HSSFRegionUtil {
|
||||
private static Category log = Category.getInstance( HSSFRegionUtil.class.getName() );
|
||||
public class HSSFRegionUtil
|
||||
{
|
||||
|
||||
/** Constructor for the HSSFRegionUtil object */
|
||||
public HSSFRegionUtil() { }
|
||||
private HSSFRegionUtil() { }
|
||||
|
||||
/**
|
||||
* Sets the left border for a region of cells by manipulating the cell style
|
||||
|
|
Loading…
Reference in New Issue