Skip to content

Commit 80f10bf

Browse files
committed
Add javaDoc for MultipartUtility.close()
1 parent 69595d2 commit 80f10bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudinary-android/src/main/java/com/cloudinary/android/MultipartUtility.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ public HttpURLConnection execute() throws IOException {
136136
return httpConn;
137137
}
138138

139+
/***
140+
* Closes the internal connection's output stream.
141+
* Closing a previously closed stream has no effect.
142+
*/
139143
public void close(){
140144
if (writer != null){
141145
writer.close();

0 commit comments

Comments
 (0)