You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about adding missing nullability annotations (@Nullable & @NonNull) to the base Store Java-related class, including fields, arguments, parameters, and return values.
FYI: As a reference, an example of such class is the parent Store.java class.
The text was updated successfully, but these errors were encountered:
ParaskP7
changed the title
Nullability Annotations to Java Classes - Other - Store
Nullability Annotations to Java Classes - Store - Store
Sep 15, 2023
ParaskP7
changed the title
Nullability Annotations to Java Classes - Store - Store
Nullability Annotations to Java Classes - Store - Base
Sep 15, 2023
Parent #2802
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to the baseStore
Java-related class, including fields, arguments, parameters, and return values.FYI: As a reference, an example of such class is the parent Store.java class.
The text was updated successfully, but these errors were encountered: