]> source.dussan.org Git - jgit.git/commit
UploadPack: Create a method that propagates an exception as-is 43/147143/8
authorMasaya Suzuki <masayasuzuki@google.com>
Tue, 6 Aug 2019 18:12:43 +0000 (11:12 -0700)
committerMasaya Suzuki <masayasuzuki@google.com>
Wed, 9 Oct 2019 17:02:03 +0000 (10:02 -0700)
commitb8d9734c0268446cddac281ec762808ac369538e
tree767c961bbb891f13a9121262a12ce4930d4fed3b
parent1e3a7bcef7902e4f035441d878ee056345883197
UploadPack: Create a method that propagates an exception as-is

Exception handling can be isolated from UploadPack. This makes it
possible to make the exception handler pluggable.

Change-Id: Ieebbd6711963c7f2e47a98783b4ad815793721c7
Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java