Quellcode durchsuchen

Fix warning about missing serialVersionUID

Change-Id: Ia9532d1aaf92df9073c85c44ff2ca94796deefc2
tags/v3.5.0.201409071800-rc1
Robin Rosenberg vor 9 Jahren
Ursprung
Commit
1bb72eb758

+ 2
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/StashApplyFailureException.java Datei anzeigen

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

Laden…
Abbrechen
Speichern