-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Bigtable] minor Javadoc clean up for ModifyColumnFamiliesRequest #5568
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
Conversation
My local master is failing with some wired issue: ``` Caused by: org.apache.maven.enforcer.rule.api.EnforcerRuleException: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Require upper bound dependencies error for com.google.guava:guava:27.1-android paths to dependency are: ```
| * @param familyId | ||
| * @return | ||
| */ | ||
| /** Configures the name of the new ColumnFamily to be created */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add {@link ColumnFamily}? (and the same applies for all of the other comments)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It makes sense to me as well. I have added {@link ...}.
Codecov Report
@@ Coverage Diff @@
## master #5568 +/- ##
=========================================
Coverage 46.72% 46.72%
- Complexity 24630 24645 +15
=========================================
Files 2351 2351
Lines 256175 256175
Branches 29324 29319 -5
=========================================
Hits 119686 119686
Misses 127569 127569
Partials 8920 8920
Continue to review full report at Codecov.
|
Removed some undefined tags from
ModifyColumnFamiliesRequest.java