Repository: accumulo
Updated Branches:
  refs/heads/1.5.2-SNAPSHOT 7136996a1 -> 345332b01
  refs/heads/1.6.1-SNAPSHOT 3f4e7b44f -> 705a60d19
  refs/heads/master 176541991 -> d4d573347


ACCUMULO-3012 Add missing serialVersionUID to new Exception


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/345332b0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/345332b0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/345332b0

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 345332b01b3cc33aba0d438b5ae3a8a6b6742ce1
Parents: 7136996
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Fri Aug 22 17:50:49 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Fri Aug 22 17:50:49 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/345332b0/core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java 
b/core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
index abec58b..2c7a889 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
@@ -102,6 +102,8 @@ public class ConfigSanityCheck {
    * The exception thrown when {@link ConfigSanityCheck#validate(Iterable)} 
fails.
    */
   public static class SanityCheckException extends RuntimeException {
+    private static final long serialVersionUID = 1L;
+
     /**
      * Creates a new exception with the given message.
      */

Reply via email to