Browse Source

Fix warning about missing serialVersionUID

Change-Id: Ia9532d1aaf92df9073c85c44ff2ca94796deefc2
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 9 years ago
parent
commit
1bb72eb758

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/StashApplyFailureException.java View File

@@ -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