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 30
30
import com .spotify .github .v3 .checks .AccessToken ;
31
31
import com .spotify .github .v3 .checks .Installation ;
32
32
import com .spotify .github .v3 .comment .Comment ;
33
+ import com .spotify .github .v3 .comment .CommentReaction ;
33
34
import com .spotify .github .v3 .exceptions .ReadOnlyRepositoryException ;
34
35
import com .spotify .github .v3 .exceptions .RequestNotOkException ;
35
36
import com .spotify .github .v3 .git .Reference ;
@@ -84,6 +85,8 @@ public class GitHubClient {
84
85
static final TypeReference <List <Comment >> LIST_COMMENT_TYPE_REFERENCE =
85
86
new TypeReference <>() {
86
87
};
88
+ static final TypeReference <List <CommentReaction >> LIST_COMMENT_REACTION_TYPE_REFERENCE =
89
+ new TypeReference <>() {};
87
90
static final TypeReference <List <Repository >> LIST_REPOSITORY =
88
91
new TypeReference <>() {
89
92
};
You can’t perform that action at this time.
0 commit comments