This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit ea2dd29d6d3bace58ccc83f4fde0ab5524e1cd59
Merge: cebd231 6589cab
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Jan 9 20:47:18 2018 -0500

    Merge branch 'patch-1' of https://github.com/sachin086/nutch

 src/java/org/apache/nutch/indexer/IndexingJob.java | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --cc src/java/org/apache/nutch/indexer/IndexingJob.java
index 2c861ab,a132677..1e9a08a
--- a/src/java/org/apache/nutch/indexer/IndexingJob.java
+++ b/src/java/org/apache/nutch/indexer/IndexingJob.java
@@@ -268,10 -266,9 +268,9 @@@ public class IndexingJob extends NutchT
      }
  
      Path linkdb = null;
 -    List<Path> segments = new ArrayList<Path>();
 +    List<Path> segments = new ArrayList<>();
  
      if(args.containsKey(Nutch.ARG_LINKDB)){
-       if(args.containsKey(Nutch.ARG_LINKDB)) {
          Object path = args.get(Nutch.ARG_LINKDB);
          if(path instanceof Path) {
            linkdb = (Path) path;

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to