Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created April 6, 2012 14:57
Show Gist options
  • Save nialdarbey/2320575 to your computer and use it in GitHub Desktop.
Save nialdarbey/2320575 to your computer and use it in GitHub Desktop.
/**
* Are we connected
*/
@ValidateConnection
public boolean isConnected() {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment