Browse Source

Fix warning about missing serialVersionUID

Change-Id: Ia9532d1aaf92df9073c85c44ff2ca94796deefc2
stable-3.5
Robin Rosenberg 10 years ago committed by Matthias Sohn
parent
commit
1bb72eb758
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/api/errors/StashApplyFailureException.java

2
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/StashApplyFailureException.java

@ -7,6 +7,8 @@ import org.eclipse.jgit.api.errors.GitAPIException;
*/
public class StashApplyFailureException extends GitAPIException {
private static final long serialVersionUID = 1L;
/**
* Create a StashApplyFailedException
*

Loading…
Cancel
Save