You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2018/07/13 17:27:21 UTC

any23 git commit: no-op commit

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 <fi...@gmail.com>
Authored: Fri Jul 13 12:26:55 2018 -0500
Committer: Hans <fi...@gmail.com>
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);