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
Consider removing data object subclasses that don't actually extend their parent class. For example, AllResponse and ByExampleResponse extend SimpleQueryCursorResponse, but don't add anything to the parent class.
This will help to simplify the API and should also make it easier to identify and factor out common code.
The text was updated successfully, but these errors were encountered:
Consider removing data object subclasses that don't actually extend their parent class. For example,
AllResponse
andByExampleResponse
extendSimpleQueryCursorResponse
, but don't add anything to the parent class.This will help to simplify the API and should also make it easier to identify and factor out common code.
The text was updated successfully, but these errors were encountered: