Skip to content

Commit 7c1ea04

Browse files
committed
Make FilenameUtil accessible again
Reverts in parts the accessibility of 'FilenameUtil' of 'FilenameExtractor' of 0fc0346.
1 parent 36ed969 commit 7c1ea04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metafacture-xml/src/main/java/org/metafacture/xml/FilenameExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public interface FilenameExtractor extends RecordIdentifier {
8282
* @author Pascal Christoph (dr0i)
8383
*
8484
*/
85-
class FilenameUtil {
85+
public class FilenameUtil {
8686

8787
private String encoding = "UTF-8";
8888
private String fileSuffix;
@@ -92,7 +92,7 @@ class FilenameUtil {
9292
private int endIndex;
9393
private int startIndex;
9494

95-
FilenameUtil() {
95+
public FilenameUtil() {
9696
}
9797

9898
/**

0 commit comments

Comments
 (0)