File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
scribejava-core/src/main/java/com/github/scribejava/core/model
scribejava-httpclient-okhttp Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6767 <dependency >
6868 <groupId >com.squareup.okhttp3</groupId >
6969 <artifactId >mockwebserver</artifactId >
70- <version >4.0.1 </version >
70+ <version >4.1.0 </version >
7171 <scope >test</scope >
7272 </dependency >
7373 </dependencies >
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ public boolean isSuccessful() {
5555
5656 /**
5757 * Returns the response body as a string, closing the stream that backs it. Idempotent.
58+ *
59+ * @return body as string
60+ * @throws IOException IO Exception
5861 */
5962 public String getBody () throws IOException {
6063 return body == null ? parseBodyContents () : body ;
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.squareup.okhttp3</groupId >
2525 <artifactId >okhttp</artifactId >
26- <version >4.0.1 </version >
26+ <version >4.1.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.github.scribejava</groupId >
You can’t perform that action at this time.
0 commit comments