]> source.dussan.org Git - jgit.git/commitdiff
Remove unused serialVersionUID from non-serializable classes. 65/3365/1
authorKevin Sawicki <kevin@github.com>
Mon, 9 May 2011 00:51:45 +0000 (17:51 -0700)
committerKevin Sawicki <kevin@github.com>
Mon, 9 May 2011 00:51:45 +0000 (17:51 -0700)
Change-Id: I819e2ca88577382b54d38b7a1247e94a5127ef9e
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/GitlinkTreeEntry.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/SymlinkTreeEntry.java

index 5837ceb2b52ac60a6123081f38e43d1b50f1730d..7348773aa4cd0b4c37e78a1c25a27c7286859d63 100644 (file)
@@ -58,7 +58,6 @@ package org.eclipse.jgit.lib;
  */
 @Deprecated
 public class GitlinkTreeEntry extends TreeEntry {
-       private static final long serialVersionUID = 1L;
 
        /**
         * Construct a {@link GitlinkTreeEntry} with the specified name and SHA-1 in
index e8552a7716c270417637353dcd23c4021345179f..e408be1750d44bf94c7b65f1de1a651efb28f02c 100644 (file)
@@ -57,7 +57,6 @@ package org.eclipse.jgit.lib;
  */
 @Deprecated
 public class SymlinkTreeEntry extends TreeEntry {
-       private static final long serialVersionUID = 1L;
 
        /**
         * Construct a {@link SymlinkTreeEntry} with the specified name and SHA-1 in