[MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.#12130
[MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.#12130dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:use_multiine_javadoc_comments
Conversation
|
Could you review this PR, @rxin ? |
|
Test build #54770 has finished for PR 12130 at commit
|
|
|
|
Rebased to trigger Jenkins test. |
|
Test build #54779 has finished for PR 12130 at commit
|
|
Test build #2734 has finished for PR 12130 at commit
|
|
Thanks - merging in master. |
|
BTW in the future for changes this size we should create a JIRA ticket. Can you look into whether it is possible to create a scalastyle rule for this so we don't do the scaladoc style docs in the future? |
|
Thank you, @rxin . I see. I'll create a JIRA for large size patch . |
What changes were proposed in this pull request?
This PR aims to fix all Scala-Style multiline comments into Java-Style multiline comments in Scala codes.
(All comment-only changes over 77 files: +786 lines, −747 lines)
How was this patch tested?
Manual.