This commit is contained in:
Jörg Prante 2023-01-23 09:34:50 +01:00
parent cacf1e5b05
commit 77bd0ac593
2 changed files with 1 additions and 2 deletions

View file

@ -1203,7 +1203,7 @@ public final class Marc {
} }
/** /**
* This methods creates a Java 8 stream of MARC records. * This methods creates a stream of MARC records.
* @return a stream of records * @return a stream of records
*/ */
public Stream<MarcRecord> recordStream() { public Stream<MarcRecord> recordStream() {

View file

@ -21,7 +21,6 @@ import static org.xbib.marc.json.MarcJsonWriter.TYPE_TAG;
import java.io.InputStream; import java.io.InputStream;
import java.nio.charset.Charset; import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.stream.Stream; import java.util.stream.Stream;
import org.xbib.marc.label.RecordLabel; import org.xbib.marc.label.RecordLabel;