mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
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:
parent
23c61bcb4a
commit
838b4929ea
1 changed files with 0 additions and 2 deletions
|
|
@ -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{" +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue