Skip to content

Commit

Permalink
First fix of SerializingQuadWriter not getting properly reset
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed Jun 3, 2014
1 parent d9cd75a commit a76c03d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ case class SerializingQuadWriter(filepath: String, syntax: RDFSyntax) extends Qu
if (writer!=null) {
writer.flush()
writer.close()
writer = null
}
}
}
Expand Down

0 comments on commit a76c03d

Please sign in to comment.