Skip to content

Commit 53bcc39

Browse files
committed
Fix nullability issue
1 parent 725b5bc commit 53bcc39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • library/src/main/java/me/proxer/library/entity/manga

library/src/main/java/me/proxer/library/entity/manga/Chapter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ public class Chapter implements ProxerIdItem, ProxerDateItem {
5959
/**
6060
* Returns the id of the scan group if present.
6161
*/
62+
@Nullable
6263
@Getter(onMethod = @__({@Nullable}))
6364
@Json(name = "tid")
6465
private String scanGroupId;
6566

6667
/**
6768
* Returns the name of the scan group if present.
6869
*/
70+
@Nullable
6971
@Getter(onMethod = @__({@Nullable}))
7072
@Json(name = "tname")
7173
private String scanGroupName;

0 commit comments

Comments
 (0)