File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/com/spotify/github/v3/clients Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3030import com .spotify .github .v3 .checks .AccessToken ;
3131import com .spotify .github .v3 .checks .Installation ;
3232import com .spotify .github .v3 .comment .Comment ;
33+ import com .spotify .github .v3 .comment .CommentReaction ;
3334import com .spotify .github .v3 .exceptions .ReadOnlyRepositoryException ;
3435import com .spotify .github .v3 .exceptions .RequestNotOkException ;
3536import com .spotify .github .v3 .git .Reference ;
@@ -84,6 +85,8 @@ public class GitHubClient {
8485 static final TypeReference <List <Comment >> LIST_COMMENT_TYPE_REFERENCE =
8586 new TypeReference <>() {
8687 };
88+ static final TypeReference <List <CommentReaction >> LIST_COMMENT_REACTION_TYPE_REFERENCE =
89+ new TypeReference <>() {};
8790 static final TypeReference <List <Repository >> LIST_REPOSITORY =
8891 new TypeReference <>() {
8992 };
You can’t perform that action at this time.
0 commit comments