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
The two generic classes PropertyManager and PropertyByName contain a redundant parameter L, which must always be an instance of Language, making it useless within the generic class definition
We can simply remove this redundant parameter and use the Language class directly
The text was updated successfully, but these errors were encountered:
The two generic classes PropertyManager and PropertyByName contain a redundant parameter L, which must always be an instance of Language, making it useless within the generic class definition
We can simply remove this redundant parameter and use the Language class directly
The text was updated successfully, but these errors were encountered: