mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
making nullable
This commit is contained in:
@@ -142,7 +142,7 @@ public class Habit
|
|||||||
data.color = color;
|
data.color = color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@Nullable
|
||||||
public synchronized String getDescription()
|
public synchronized String getDescription()
|
||||||
{
|
{
|
||||||
return data.description;
|
return data.description;
|
||||||
|
|||||||
Reference in New Issue
Block a user