small fix

This commit is contained in:
Ilia Kurtov 2016-04-15 18:32:21 +03:00
parent 3e0d0f59dd
commit 5366ee3bc4
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ public class PhoneSpan extends URLSpan {
super(phoneNumber);
}
@SuppressWarnings("PMD.AvoidCatchingThrowable")
@Override
public void onClick(@NonNull final View widget) {
super.onClick(widget);