fixed compile time error (#3165)

This commit is contained in:
Ashish Kumar 2019-10-05 17:26:53 +05:30 committed by Vivek Maskara
parent ccd7b3d3d2
commit dab46bfcbd

View file

@ -70,7 +70,7 @@ public class UploadService extends HandlerService<Contribution> {
super("UploadService");
}
protected class NotificationUpdateProgressListener implements MediaWikiApi.ProgressListener {
protected class NotificationUpdateProgressListener{
String notificationTag;
boolean notificationTitleChanged;