Skip to content

Instantly share code, notes, and snippets.

@skyler
Created May 13, 2011 15:32
Show Gist options
  • Save skyler/970748 to your computer and use it in GitHub Desktop.
Save skyler/970748 to your computer and use it in GitHub Desktop.
public String getAddress()
{
try {
readyLatch.await();
} catch (InterruptedException inte) {
interrupt();
}
synchronized (this) {
return address;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment