Skip to content

Background function: add return statement - #2814

Merged
ace-n merged 1 commit into
masterfrom
ace-n-patch-1
Apr 29, 2020
Merged

Background function: add return statement#2814
ace-n merged 1 commit into
masterfrom
ace-n-patch-1

Conversation

@ace-n

@ace-n ace-n commented Apr 29, 2020

Copy link
Copy Markdown
Contributor

No description provided.

@ace-n
ace-n requested a review from a team April 29, 2020 22:36
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 29, 2020
@ace-n
ace-n merged commit 45b63ab into master Apr 29, 2020
@ace-n
ace-n deleted the ace-n-patch-1 branch April 29, 2020 22:58
StandardCharsets.UTF_8);
}
logger.info(String.format("Hello %s!", name));
return;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't understand the purpose of this. The method is about to return anyway.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is a temporary fix for the docs until b/155338265 is resolved. 🙂

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess I don't really see how it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants