Fix warning about missing serialVersionUID

Change-Id: Ia9532d1aaf92df9073c85c44ff2ca94796deefc2
This commit is contained in:
Robin Rosenberg 2014-07-15 11:32:45 +02:00 committed by Matthias Sohn
parent 2f6372337c
commit 1bb72eb758
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
*/
public class StashApplyFailureException extends GitAPIException {
private static final long serialVersionUID = 1L;
/**
* Create a StashApplyFailedException
*