Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Refactor LockingRoutePolicy out of periodic delete #53

Merged
merged 2 commits into from
May 13, 2016

Conversation

kahowell
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 61.533% when pulling 0318e2a on locking-route-policy into 730c6af on master.

private @Nullable LockedResource<String> lock;

public LockingRoutePolicy(String identifier, LockStrategy lockStrategy) {
this.identifier = identifier;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpicky, but it would be more consistent with lock strategy interface if identifier was named resourceId, perhaps I even had this wrong originally.

@alechenninger
Copy link
Contributor

Nit pick on naming convention used but otherwise LGTM!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 61.533% when pulling f84fd76 on locking-route-policy into 730c6af on master.

@kahowell kahowell merged commit 2c1bd3c into master May 13, 2016
@kahowell kahowell deleted the locking-route-policy branch May 13, 2016 14:36
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.

None yet

3 participants