SwitchEV / RISE-V2G

The only fully-featured reference implementation of the Vehicle-2-Grid communication interface ISO 15118
MIT License
217 stars 92 forks source link

Use try with resources when handling FileStreams #47

Closed MatthiasOs closed 4 years ago

MatthiasOs commented 4 years ago

try-with-resources statement, guarantees that the resource will be closed

MarcMueltin commented 4 years ago

Thanks @CommentSectionScientist I accept your more elegant solution.