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
In StatusThread, The line of code "List statusList = weiboInterImpl.getStatusesByUserId(userId);" gives me the following compile error: The method getStatusesByUserId(String, int, int, int) in the type WeiboInterImpl is not applicable for the arguments (String)
The text was updated successfully, but these errors were encountered:
In StatusThread, The line of code "List statusList = weiboInterImpl.getStatusesByUserId(userId);" gives me the following compile error: The method getStatusesByUserId(String, int, int, int) in the type WeiboInterImpl is not applicable for the arguments (String)
The text was updated successfully, but these errors were encountered: