Removed meaningless modifier
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user