making nullable

pull/547/head
Rechee 6 years ago
parent 1cf2d69534
commit 0990192cd6

@ -142,7 +142,7 @@ public class Habit
data.color = color;
}
@NonNull
@Nullable
public synchronized String getDescription()
{
return data.description;

Loading…
Cancel
Save