revert accidental change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-03-19 21:27:04 +00:00
parent 4680bd516d
commit 5203092c62
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ public class TestAllFiles {
DirectoryScanner scanner = new DirectoryScanner();
scanner.setBasedir(ROOT_DIR);
scanner.setExcludes(SCAN_EXCLUDES);
scanner.setIncludes(new String[]{"**/unknown_properties.msg"});
scanner.scan();