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

Documented a concurrency use case in the transactions Integration Tests. #250

Closed
wants to merge 2 commits into from

Conversation

mikedurbin
Copy link
Contributor

No description provided.

return setProperty(pid, null, propertyUri, value);
}

protected HttpResponse setProperty(final String pid, String txId,
Copy link

Choose a reason for hiding this comment

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

Any reason this is not: "final String txId"?

Copy link
Contributor

Choose a reason for hiding this comment

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

I like to set my IDE to automatically "final-ize" any params that can be finalized.

@awoods
Copy link

awoods commented Feb 21, 2014

Resolved with: cf331e7

Addresses: https://www.pivotaltracker.com/story/show/65582128

@awoods awoods closed this Feb 21, 2014
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.

None yet

3 participants