Skip to content

azure-search-documents Documentation and Linting Cleanup#29168

Merged
alzimmermsft merged 4 commits intoAzure:mainfrom
alzimmermsft:AzSearch_DocumentationUpdates
Jun 30, 2022
Merged

azure-search-documents Documentation and Linting Cleanup#29168
alzimmermsft merged 4 commits intoAzure:mainfrom
alzimmermsft:AzSearch_DocumentationUpdates

Conversation

@alzimmermsft
Copy link
Member

Fixes #29119

Enables Spotbugs linting on samples and tests and resolves a sample bug.

@alzimmermsft alzimmermsft added Search Client This issue points to a problem in the data-plane of the library. Docs labels Jun 1, 2022
@alzimmermsft alzimmermsft self-assigned this Jun 1, 2022
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@alzimmermsft alzimmermsft marked this pull request as ready for review June 30, 2022 12:29

public List<String> tags() {
return this.tags;
return (this.tags == null) ? null : new ArrayList<>(this.tags);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: this is not neccessary


public List<String> TAGS() {
return this.TAGS;
return (this.TAGS) == null ? null : new ArrayList<>(this.TAGS);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: this is not neccessary

@alzimmermsft alzimmermsft merged commit 516ae16 into Azure:main Jun 30, 2022
@alzimmermsft alzimmermsft deleted the AzSearch_DocumentationUpdates branch June 30, 2022 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client This issue points to a problem in the data-plane of the library. Docs Search

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cognitive Search samples issue

3 participants