mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 11:16:28 +02:00
added serialVersionUID for cache keys
This commit is contained in:
@@ -258,6 +258,11 @@ public final class BlameCommandBuilder
|
||||
static class CacheKey implements RepositoryCacheKey, Serializable
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
private static final long serialVersionUID = 8373766042131887789L;
|
||||
|
||||
//~--- constructors -------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Constructs ...
|
||||
*
|
||||
|
||||
@@ -276,6 +276,11 @@ public final class BrowseCommandBuilder
|
||||
static class CacheKey implements RepositoryCacheKey, Serializable
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
private static final long serialVersionUID = 8078650026812373524L;
|
||||
|
||||
//~--- constructors -------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Constructs ...
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -402,6 +402,11 @@ public final class LogCommandBuilder
|
||||
static class CacheKey implements RepositoryCacheKey, Serializable
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
private static final long serialVersionUID = 5701675009949268863L;
|
||||
|
||||
//~--- constructors -------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Constructs ...
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user