diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-03-20 11:28:18 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-24 22:15:45 +0100 |
commit | b3a4ace695328945fcebb85be102733c97c498ac (patch) | |
tree | 5c92c76e86b5afa0eba153cca30d84ab02b499ec /org.eclipse.jgit.lfs/.settings | |
parent | 7960b4e09fb8807d897b5b913ab43b2c8e07219d (diff) | |
download | jgit-b3a4ace695328945fcebb85be102733c97c498ac.tar.gz jgit-b3a4ace695328945fcebb85be102733c97c498ac.zip |
CloneCommand: Suppress resource warning about Repository
Repository is not opened in try-with-resource because it is wrapped
in a Git instance which should be closed by the caller. On exeptions
during fetch, it is explicitly closed in the catch blocks.
Suppress the warning with an explanatory comment.
Change-Id: Ib32c74ce39bb810077ab84db33002bdde806f3b6
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs/.settings')
0 files changed, 0 insertions, 0 deletions