Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor parseToString method to use try-with-resources (#1946)
try-with-resources is used to automatically handle closing the InputStream, ensuring that it is always closed properly without the need for a finally block
- Loading branch information