You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see the javadoc improved on the Try.withResources I'm making the assumption here that the autoclosable Git will be opened twice, once each at the get* and as such this is safe. It's unclear in the documentation when the close happens and when it's safe to chain. So I'm assuming it's at the terminal operation when you no longer have a Try. It'd be nice if that was clear in the javadoc.
I'd like to see the javadoc improved on the
Try.withResources
I'm making the assumption here that the autoclosableGit
will be opened twice, once each at theget*
and as such this is safe. It's unclear in the documentation when the close happens and when it's safe to chain. So I'm assuming it's at the terminal operation when you no longer have aTry
. It'd be nice if that was clear in the javadoc.javadoc for 0.10.5
The text was updated successfully, but these errors were encountered: