Skip to content

Commit

Permalink
Analysis: Add missing n-a to get cmt likes by cmt id on cmt sql utils
Browse files Browse the repository at this point in the history
FYI: 'n-a' stands for 'nullability annotations'.
  • Loading branch information
ParaskP7 committed Oct 13, 2023
1 parent d24959c commit a164dd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ public static int insertOrUpdateCommentLikes(
}
}

@NonNull
public static List<LikeModel> getCommentLikesByCommentId(long siteId, long remoteCommentId) {
return WellSql.select(LikeModel.class)
.where()
Expand Down

0 comments on commit a164dd0

Please sign in to comment.