]> source.dussan.org Git - jgit.git/commit
transport: Add methods that do not handle exceptions 61/152361/2
authorMasaya Suzuki <masayasuzuki@google.com>
Fri, 8 Nov 2019 18:31:16 +0000 (10:31 -0800)
committerMasaya Suzuki <masayasuzuki@google.com>
Mon, 2 Dec 2019 22:09:55 +0000 (14:09 -0800)
commite75e95e5352b790e542898b1cad8fc7230246447
treef163672244260242763c6ed935c7e0af7434b35b
parent6ccff81428d1df0b020db43268e845cb4ab7ed46
transport: Add methods that do not handle exceptions

Same as UploadPack. These methods do not handle exceptions and the
caller can handle them. This makes it possible to customize the error
handling.

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