mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
Minor improvement to statistics
Reading raw streams just to map them is not needed. Using arrays instead of lists works fine.
This commit is contained in:
@@ -470,7 +470,8 @@ class Requester {
|
||||
}
|
||||
|
||||
/**
|
||||
* As stream input stream.
|
||||
* Response input stream. There are scenarios where direct stream reading is needed, however it is better to use
|
||||
* {@link #fetch(Class)} where possible.
|
||||
*
|
||||
* @return the input stream
|
||||
* @throws IOException
|
||||
|
||||
Reference in New Issue
Block a user