191192193194195196197198199200201
if(writer.isDirty) writer.write("&&"); throw e; } finally{ writer.flushIfDirty(); } return null; } catch (IOException e) { throw new RuntimeException(e); }
222223224225226227228229230231232