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
While compiling project i had this error : error: The @arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called 'setTransactions(java.util.ArrayList<com.ngse.pocketportfolioapp.data.models.BaseTransaction>)'. Unfortunately this is not the case. Please add a setter method for this field!
The text was updated successfully, but these errors were encountered:
While compiling project i had this error : error: The @arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called 'setTransactions(java.util.ArrayList<com.ngse.pocketportfolioapp.data.models.BaseTransaction>)'. Unfortunately this is not the case. Please add a setter method for this field!
The text was updated successfully, but these errors were encountered: