keep javac on JDK 1.5 happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2012-07-23 06:58:36 +00:00
parent 626e2e7993
commit dc1453135a
1 changed files with 0 additions and 2 deletions

View File

@ -2004,13 +2004,11 @@ public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet {
}
@Override
public CellRangeAddress getRepeatingRows() {
return getRepeatingRowsOrColums(true);
}
@Override
public CellRangeAddress getRepeatingColumns() {
return getRepeatingRowsOrColums(false);
}