We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ed969 commit 7c1ea04Copy full SHA for 7c1ea04
metafacture-xml/src/main/java/org/metafacture/xml/FilenameExtractor.java
@@ -82,7 +82,7 @@ public interface FilenameExtractor extends RecordIdentifier {
82
* @author Pascal Christoph (dr0i)
83
*
84
*/
85
- class FilenameUtil {
+ public class FilenameUtil {
86
87
private String encoding = "UTF-8";
88
private String fileSuffix;
@@ -92,7 +92,7 @@ class FilenameUtil {
92
private int endIndex;
93
private int startIndex;
94
95
- FilenameUtil() {
+ public FilenameUtil() {
96
}
97
98
/**
0 commit comments