Yeh then it seems like he should annotate the function with @Nullable
because then instead of returning InputStream
it would return InputStream?
Yeh then it seems like he should annotate the function with @Nullable
because then instead of returning InputStream
it would return InputStream?