7ossam7atem1 commented on code in PR #4387:
URL: https://github.com/apache/fineract/pull/4387#discussion_r1974123823
##########
fineract-client/src/main/java/org/apache/fineract/client/util/JSON.java:
##########
@@ -286,16 +286,16 @@ private GsonCustomConverterFactory(Gson gson) {
}
@Override
- public Converter<ResponseBody, ?> responseBodyConverter(Type type,
Annotation[] annotations, Retrofit retrofit) {
+ public Converter<ResponseBody, ?> responseBodyConverter(Type type,
@NotNull Annotation[] annotations, @NotNull Retrofit retrofit) {
Review Comment:
> We should remove the jetbrains NotNull annotations!
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]