Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/jena/pull/474#discussion_r221725604
  
    --- Diff: 
jena-elephas/jena-elephas-mapreduce/src/main/java/org/apache/jena/hadoop/rdf/mapreduce/filter/AbstractNodeTupleFilterMapper.java
 ---
    @@ -28,9 +28,7 @@
     /**
      * Abstract mapper implementation which helps in filtering tuples from the
      * input, derived implementations provide an implementation of the
    - * {@link #accepts(TKey, T)}
    - * 
    - * 
    + * {@link #accepts(Object, AbstractNodeTupleWritable)}
    --- End diff --
    
    I agree... it was strange when it turned out that this seemed to be the 
fix. Without the code augmentation, I was unable to generate the Javadocs for 
the project. It should be noted that Javadoc generation is activated by default 
during an ```install``` target.


---

Reply via email to