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 as many Java-related Taxonomy & Term sql-utils & model classes as possible, including fields, arguments, parameters, and return values.
ParaskP7
changed the title
Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy
Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy & Term
Sep 8, 2023
Parent #2799
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to as many Java-relatedTaxonomy
&Term
sql-utils & model classes as possible, including fields, arguments, parameters, and return values.FYI: Only TermModel.java model class is associated with the TaxonomySqlUtils.java sql-utils class. The TaxonomyModel.java is only associated with the TaxonomyStore.java store class.
The text was updated successfully, but these errors were encountered: