cosmetic
This commit is contained in:
parent
cacf1e5b05
commit
77bd0ac593
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
public Stream<MarcRecord> recordStream() {
|
||||
|
|
|
@ -21,7 +21,6 @@ import static org.xbib.marc.json.MarcJsonWriter.TYPE_TAG;
|
|||
|
||||
import java.io.InputStream;
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.stream.Stream;
|
||||
import org.xbib.marc.label.RecordLabel;
|
||||
|
||||
|
|
Loading…
Reference in a new issue