Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Fix a few IDEA inspections - #93

Merged
c-w merged 1 commit into
masterfrom
fix-inspections
Aug 16, 2017
Merged

Fix a few IDEA inspections#93
c-w merged 1 commit into
masterfrom
fix-inspections

Conversation

@c-w

@c-w c-w commented Aug 16, 2017

Copy link
Copy Markdown
Contributor

No functional change.

@c-w
c-w requested a review from kevinhartman August 16, 2017 14:27
// instances, so we rebuild it on recovery from checkpoint.
@volatile @transient private var transformContext: TransformContext = null
@volatile @transient private var queueClient: QueueClient = null
@volatile @transient private var transformContext: TransformContext = _

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

IMO, null is more explicit, since we're expecting this to be exactly null (i.e. line 48), though I understand this likely fixes a style warning.

@c-w
c-w merged commit 5c3296f into master Aug 16, 2017
@c-w
c-w deleted the fix-inspections branch August 16, 2017 15:32
@c-w c-w removed the in progress label Aug 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants