parent
4f1d29d32f
commit
98001b51d9
@ -568,8 +568,10 @@ public class GpodnetService {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
throw new GpodnetServiceException(e);
|
throw new GpodnetServiceException(e);
|
||||||
} finally {
|
} finally {
|
||||||
|
if (body != null) {
|
||||||
body.close();
|
body.close();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return responseString;
|
return responseString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user