Skip to content

Commit c576812

Browse files
author
mgeipel
committed
fixed lower case issue in file name IoWriterFactory
1 parent 90fd537 commit c576812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/culturegraph/mf/stream/sink/IoWriterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
* @author markus geipel
2525
*
2626
*/
27-
public interface IOWriterFactory {
27+
public interface IoWriterFactory {
2828
Writer createWriter();
2929
}

0 commit comments

Comments
 (0)