Skip to content

Instantly share code, notes, and snippets.

@tkfx
Last active October 29, 2020 04:05
Show Gist options
  • Select an option

  • Save tkfx/050c1011b0c683d5d89331a3d74cbedc to your computer and use it in GitHub Desktop.

Select an option

Save tkfx/050c1011b0c683d5d89331a3d74cbedc to your computer and use it in GitHub Desktop.
if ( user.isCustomer() &&
account.equals(id) ) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment