Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Scala document with Scala comment for inner functions #4364

Merged
merged 3 commits into from
Dec 17, 2021

Conversation

HaoYang670
Copy link
Collaborator

Signed-off-by: remzi [email protected]
close #4341

When doing mvn verify, a warning "discarding unmoored doc comment" is thrown.
What causes the warning is that adding Scala document to an inner function is useless.
We fix this bug by replacing Scala document with Scala comment.

@HaoYang670
Copy link
Collaborator Author

build

jlowe
jlowe previously approved these changes Dec 15, 2021
Copy link
Contributor

@jlowe jlowe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit that is not mustfix, otherwise lgtm.

@HaoYang670
Copy link
Collaborator Author

build

@HaoYang670
Copy link
Collaborator Author

build

@jlowe jlowe added the build Related to CI / CD or cleanly building label Dec 17, 2021
@jlowe jlowe merged commit 2c4fcf5 into NVIDIA:branch-22.02 Dec 17, 2021
@HaoYang670 HaoYang670 deleted the issue4341 branch December 18, 2021 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] GpuCast.scala:nnn warning: discarding unmoored doc comment
2 participants