Skip to content

Instantly share code, notes, and snippets.

@jirkapenzes
Created July 18, 2014 19:31
Show Gist options
  • Save jirkapenzes/2187ae5ca1bc41b3821f to your computer and use it in GitHub Desktop.
Save jirkapenzes/2187ae5ca1bc41b3821f to your computer and use it in GitHub Desktop.
/**
* Always returns true.
*/
public boolean isAvailable() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment