whitespace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-12-29 07:38:31 +00:00
parent 90f42c4463
commit 15c564cab1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public final class HSSFTestDataSamples {
return _inst.openResourceAsStream(sampleFileName);
}
public static File getSampleFile(String sampleFileName) {
return _inst.getFile(sampleFileName);
return _inst.getFile(sampleFileName);
}
public static byte[] getTestDataFileContent(String fileName) {
return _inst.readFile(fileName);