mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
|
|
@ -36,7 +35,6 @@ public class UploadResult {
|
|||
this.imageUrl = imageUrl;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return "UploadResult{" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue