Skip to content

Commit

Permalink
alternative implementation of default case
Browse files Browse the repository at this point in the history
Change-Id: I64c2cb82dacbdac9389f45c7abe1af4e928fc3e3
  • Loading branch information
LorenzoBettini committed Oct 21, 2016
1 parent bc7ed16 commit b95d817
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ public void notifyChanged(Notification notification) {
handleResourceDiagnostic(resource);
break;
default:
// nothing to do
break;
}
} else {
super.notifyChanged(notification);
Expand Down

0 comments on commit b95d817

Please sign in to comment.