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

Improved inner workings in ZooKeeper. Some code cleanup, and improved a few tests. #94

Merged
merged 1 commit into from
Nov 19, 2012

Conversation

dybdahl
Copy link
Contributor

@dybdahl dybdahl commented Nov 15, 2012

No description provided.

TestCoordinateListener(CountDownLatch latch1, CountDownLatch latch2) {
this.latch1 = latch1;
this.latch2 = latch2;
private Set<CountDownLatch> listenerLatches = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

final

dybdahl added a commit that referenced this pull request Nov 19, 2012
Improved inner workings in ZooKeeper. Some code cleanup, and improved a few tests.
@dybdahl dybdahl merged commit c780721 into Cloudname:master Nov 19, 2012
this.listenerLatches = listenerLatches;
}

void expectEvent(final Event event) {
Copy link

Choose a reason for hiding this comment

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

You need to add accessibility modifiers on everything so I can have an idea who's gonna call this method etc.

Copy link

Choose a reason for hiding this comment

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

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.

3 participants