Repository: any23 Updated Branches: refs/heads/master 4e078cf3b -> f12fced32
no-op commit Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f12fced3 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f12fced3 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f12fced3 Branch: refs/heads/master Commit: f12fced32a88af098e310c2c7fa9a5f3420d374a Parents: 4e078cf Author: Hans <[email protected]> Authored: Fri Jul 13 12:26:55 2018 -0500 Committer: Hans <[email protected]> Committed: Fri Jul 13 12:26:55 2018 -0500 ---------------------------------------------------------------------- .../main/java/org/apache/any23/writer/ReportingTripleHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/f12fced3/core/src/main/java/org/apache/any23/writer/ReportingTripleHandler.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/any23/writer/ReportingTripleHandler.java b/core/src/main/java/org/apache/any23/writer/ReportingTripleHandler.java index 115d475..081a251 100644 --- a/core/src/main/java/org/apache/any23/writer/ReportingTripleHandler.java +++ b/core/src/main/java/org/apache/any23/writer/ReportingTripleHandler.java @@ -37,7 +37,7 @@ public class ReportingTripleHandler implements TripleHandler { private final TripleHandler wrapped; - private final Collection<String> extractorNames = new HashSet<String>(); + private final Collection<String> extractorNames = new HashSet<>(); private AtomicInteger totalTriples = new AtomicInteger(0); private AtomicInteger totalDocuments = new AtomicInteger(0);
