Removed meaningless modifier

This commit is contained in:
serso 2016-02-06 22:50:57 +01:00
parent 75e50893c3
commit aac0d7730b

View File

@ -297,7 +297,7 @@ public class AutoResizeTextView extends TextView {
// Interface for resize notifications
public interface OnTextResizeListener {
public void onTextResize(TextView textView, float oldSize, float newSize);
void onTextResize(TextView textView, float oldSize, float newSize);
}
}