Skip to content

Instantly share code, notes, and snippets.

@amitprasad119
Created December 16, 2021 11:02
Show Gist options
  • Save amitprasad119/56a160c42a083dfe225beb443f197098 to your computer and use it in GitHub Desktop.
Save amitprasad119/56a160c42a083dfe225beb443f197098 to your computer and use it in GitHub Desktop.
public void updateData(Data data) {
if (data == null) {
return;
} else if (data.isPresent()) {
// do stuff here
} else {
trow new Exception(msg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment