making nullable

This commit is contained in:
Rechee
2020-01-06 17:46:48 -08:00
parent 1cf2d69534
commit 0990192cd6

View File

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