]> source.dussan.org Git - jgit.git/commitdiff
Fix warning about missing serialVersionUID 48/29948/3
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 15 Jul 2014 09:32:45 +0000 (11:32 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 4 Sep 2014 09:35:17 +0000 (11:35 +0200)
Change-Id: Ia9532d1aaf92df9073c85c44ff2ca94796deefc2

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

index a9492b2a1f5b94161a4c706b4d80b0aefe98b082..25d7e4d474ce4ccf3b55d00f20d38813dd49b3da 100644 (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
         *