fix json lines

This commit is contained in:
Jörg Prante 2016-09-18 22:52:52 +02:00
parent 0811f397b2
commit ed67b27e61

View file

@ -302,9 +302,6 @@ public class MarcJsonWriter extends MarcContentHandler implements Flushable, Clo
c0++; c0++;
} }
sb.append('}'); sb.append('}');
if (jsonlines) {
sb.append("\n");
}
} }
public Exception getException() { public Exception getException() {