remove unneeded SuppressWarnings("resource") decorator from getSheetName
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75dd7f9ba3
commit
fa7beda123
@ -2056,7 +2056,6 @@ public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet {
|
||||
*
|
||||
* @return the name of this sheet
|
||||
*/
|
||||
@SuppressWarnings("resource")
|
||||
public String getSheetName() {
|
||||
HSSFWorkbook wb = getWorkbook();
|
||||
int idx = wb.getSheetIndex(this);
|
||||
|
Loading…
Reference in New Issue
Block a user