Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/12707#issuecomment-215357914
  
    Yeah, the problem is that Java 8 has a much stricter javadoc tool. `@group` 
isn't a valid javadoc tag, so when `ALSModel.scala` gets translated to Java to 
javadoc it, it fails. I am pretty sure this was one of several reasons I 
couldn't proceed along these lines -- that and the fact that the translation in 
genjavadoc would generate private top level classes, which isn't allowed in 
Java.
    
    @jodersky you seem pretty plugged in to genjavadoc or am I imagining that? 
I think I had a PR open or at least a suggestion for fixing one of those.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to