added serialVersionUID for cache keys

This commit is contained in:
Sebastian Sdorra
2012-06-27 15:04:27 +02:00
parent a6bdc9b84d
commit fdd7ae4000
4 changed files with 17 additions and 2 deletions

View File

@@ -258,6 +258,11 @@ public final class BlameCommandBuilder
static class CacheKey implements RepositoryCacheKey, Serializable
{
/** Field description */
private static final long serialVersionUID = 8373766042131887789L;
//~--- constructors -------------------------------------------------------
/**
* Constructs ...
*

View File

@@ -276,6 +276,11 @@ public final class BrowseCommandBuilder
static class CacheKey implements RepositoryCacheKey, Serializable
{
/** Field description */
private static final long serialVersionUID = 8078650026812373524L;
//~--- constructors -------------------------------------------------------
/**
* Constructs ...
*

View File

@@ -65,8 +65,8 @@ import java.io.OutputStream;
* String content = diff.setRevision("33b93c443867").getContent();
* System.out.println(content);
* </code></pre>
*
*
*
*
* TODO check current behavior.
*
* @author Sebastian Sdorra

View File

@@ -402,6 +402,11 @@ public final class LogCommandBuilder
static class CacheKey implements RepositoryCacheKey, Serializable
{
/** Field description */
private static final long serialVersionUID = 5701675009949268863L;
//~--- constructors -------------------------------------------------------
/**
* Constructs ...
*