diff options
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java index 1e662751bc..8e395018cd 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java @@ -62,6 +62,7 @@ import java.util.Collection; public interface PostReceiveHook { /** A simple no-op hook. */ public static final PostReceiveHook NULL = new PostReceiveHook() { + @Override public void onPostReceive(final ReceivePack rp, final Collection<ReceiveCommand> commands) { // Do nothing. |