This commit is contained in:
@ -120,7 +120,6 @@ public class PostCommentUtils {
|
||||
final String commentId,
|
||||
final PostCommentListener listener) {
|
||||
|
||||
|
||||
Observable<ResponseBody> observable;
|
||||
|
||||
if (!TextUtils.isEmpty(answerId)) {
|
||||
@ -260,7 +259,6 @@ public class PostCommentUtils {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
public interface PostCommentListener {
|
||||
void postSuccess(JSONObject response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user