]> source.dussan.org Git - jgit.git/commit
ReceivePack: remove unnecessary try-catch around parseCommand 51/76651/1
authorShawn Pearce <spearce@spearce.org>
Tue, 5 Jul 2016 19:57:58 +0000 (12:57 -0700)
committerShawn Pearce <spearce@spearce.org>
Tue, 5 Jul 2016 19:57:58 +0000 (12:57 -0700)
commit0373180321f6b06d50b44017f462cf2297c1e209
tree8dc4601aee89f37382e9203954ec5b47b6af75c1
parent306932c7014c4058d744dab71d3c190e4a4bd926
ReceivePack: remove unnecessary try-catch around parseCommand

This exception is already handled in the outer catch block.

Change-Id: Ifc04b8e138732a97b9c0ee323af923b8e52a7f8e
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java