Add new line to the file end
Signed-off-by:Jacek Grzebyta <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/b3f51f5e Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/b3f51f5e Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/b3f51f5e Branch: refs/heads/master Commit: b3f51f5e8666f2d34c199ff4803bbac34bf29e50 Parents: e9728e8 Author: Jacek Grzebyta <[email protected]> Authored: Fri Jul 14 16:42:46 2017 +0100 Committer: Jacek Grzebyta <[email protected]> Committed: Fri Jul 14 16:42:46 2017 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/any23/writer/LoggingTripleHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/b3f51f5e/core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java b/core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java index 90435b0..a46aaff 100644 --- a/core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java +++ b/core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java @@ -118,4 +118,4 @@ public class LoggingTripleHandler implements TripleHandler { private void printHeader(PrintWriter writer) { writer.println("# Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors:Triples"); } -} \ No newline at end of file +}
