]> source.dussan.org Git - jgit.git/commitdiff
Document empty catch block to silence warning 68/49868/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 9 Jun 2015 23:39:52 +0000 (01:39 +0200)
committerJonathan Nieder <jrn@google.com>
Wed, 10 Jun 2015 00:12:27 +0000 (20:12 -0400)
Change-Id: I643f916e394ca95272b58d0b5826e81cc1092f2f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

index 44b8778eea2b9a361c854795214e6c40e2d99be9..6ed9bc8f17763cf44dc2d6587ae3048e05d8c863 100644 (file)
@@ -246,6 +246,7 @@ public class ReceivePack extends BaseReceivePack {
                                try {
                                        postReceive.onPostReceive(this, filterCommands(Result.OK));
                                } catch (Throwable e) {
+                                       // empty
                                }
                                throw new UnpackException(unpackError);
                        }