fix json lines
This commit is contained in:
parent
0811f397b2
commit
ed67b27e61
1 changed files with 0 additions and 3 deletions
|
@ -302,9 +302,6 @@ public class MarcJsonWriter extends MarcContentHandler implements Flushable, Clo
|
|||
c0++;
|
||||
}
|
||||
sb.append('}');
|
||||
if (jsonlines) {
|
||||
sb.append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
public Exception getException() {
|
||||
|
|
Loading…
Reference in a new issue