Jetbrains annotation is not included to build gradle, this issue caused build issues on my branch so I removed it to be able to build

This commit is contained in:
neslihanturan 2019-09-23 19:49:29 +03:00
parent 23c61bcb4a
commit 838b4929ea

View file

@ -1,6 +1,5 @@
package fr.free.nrw.commons.mwapi; package fr.free.nrw.commons.mwapi;
import org.jetbrains.annotations.NotNull;
import java.util.Date; import java.util.Date;
@ -36,7 +35,6 @@ public class UploadResult {
this.imageUrl = imageUrl; this.imageUrl = imageUrl;
} }
@NotNull
@Override @Override
public String toString() { public String toString() {
return "UploadResult{" + return "UploadResult{" +