Skip to content

Commit f4a73ff

Browse files
committed
Removed SEPARATOR constant which does not seem to be used anymore.
1 parent 79441b4 commit f4a73ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/culturegraph/mf/stream/converter/StreamToTriples.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
@In(StreamReceiver.class)
4444
@Out(Triple.class)
4545
public final class StreamToTriples extends DefaultStreamPipe<ObjectReceiver<Triple>> {
46-
public static final char SEPARATOR = '\u001e';
4746

4847
private static final Pattern REDIRECT_PATTERN = Pattern.compile("^\\{to:(.+)}(.+)$");
4948

0 commit comments

Comments
 (0)