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