Skip to content

Commit

Permalink
making nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechee committed Jan 7, 2020
1 parent 1cf2d69 commit 0990192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public synchronized void setColor(@NonNull Integer color)
data.color = color;
}

@NonNull
@Nullable
public synchronized String getDescription()
{
return data.description;
Expand Down

0 comments on commit 0990192

Please sign in to comment.