mirror of https://github.com/apache/poi.git
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90f42c4463
commit
15c564cab1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue