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

[SMALLFIX]Change private List<BlockOutStream> mPreviousBlockOutStreams to private final List<BlockOutStream> mPreviousBlockOutStreams #6294

Merged
merged 1 commit into from
Oct 22, 2017

Conversation

Dandelionshine
Copy link
Contributor

Improve core/client/fs/src/main/java/alluxio/client/file/FileOutStream.java as mPreviousBlockOutStreams can be marked as final.

Change

private List mPreviousBlockOutStreams;

to

private final List mPreviousBlockOutStreams;

@alluxio-bot
Copy link
Contributor

Hi @Dandelionshine, thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

@alluxio-bot
Copy link
Contributor

You did it @Dandelionshine!

Thank you for signing the Contribution License Agreement.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Alluxio-Pull-Request-Builder/17218/
Test PASSed.

@alluxio-bot
Copy link
Contributor

Automated checks report:

  • Valid pull request title: PASS
  • Commits associated with Github account: PASS

All checks passed!

@apc999 apc999 merged commit 9eb388d into Alluxio:master Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants