Regenerate thrift without dated annotations

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

Branch: refs/heads/master
Commit: d43685c9898bc4aa17689cebcbb9766c208dda87
Parents: ee7b24a
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Sun Jan 24 04:38:51 2016 -0500
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Sun Jan 24 04:38:51 2016 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/core/client/impl/thrift/ClientService.java | 2 +-
 .../org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java    | 2 +-
 .../accumulo/core/client/impl/thrift/ThriftSecurityException.java  | 2 +-
 .../core/client/impl/thrift/ThriftTableOperationException.java     | 2 +-
 .../org/apache/accumulo/core/client/impl/thrift/ThriftTest.java    | 2 +-
 .../org/apache/accumulo/core/data/thrift/InitialMultiScan.java     | 2 +-
 .../java/org/apache/accumulo/core/data/thrift/InitialScan.java     | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/IterInfo.java   | 2 +-
 .../java/org/apache/accumulo/core/data/thrift/MapFileInfo.java     | 2 +-
 .../java/org/apache/accumulo/core/data/thrift/MultiScanResult.java | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/ScanResult.java | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TCMResult.java  | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TColumn.java    | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TCondition.java | 2 +-
 .../org/apache/accumulo/core/data/thrift/TConditionalMutation.java | 2 +-
 .../org/apache/accumulo/core/data/thrift/TConditionalSession.java  | 2 +-
 .../accumulo/core/data/thrift/TConstraintViolationSummary.java     | 2 +-
 core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java  | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java  | 2 +-
 .../main/java/org/apache/accumulo/core/data/thrift/TMutation.java  | 2 +-
 .../src/main/java/org/apache/accumulo/core/data/thrift/TRange.java | 2 +-
 .../java/org/apache/accumulo/core/data/thrift/UpdateErrors.java    | 2 +-
 .../java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java  | 2 +-
 .../src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java | 2 +-
 .../main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java | 2 +-
 .../org/apache/accumulo/core/master/thrift/BulkImportStatus.java   | 2 +-
 .../java/org/apache/accumulo/core/master/thrift/Compacting.java    | 2 +-
 .../java/org/apache/accumulo/core/master/thrift/DeadServer.java    | 2 +-
 .../java/org/apache/accumulo/core/master/thrift/FateService.java   | 2 +-
 .../apache/accumulo/core/master/thrift/MasterClientService.java    | 2 +-
 .../org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java  | 2 +-
 .../org/apache/accumulo/core/master/thrift/RecoveryException.java  | 2 +-
 .../org/apache/accumulo/core/master/thrift/RecoveryStatus.java     | 2 +-
 .../java/org/apache/accumulo/core/master/thrift/TableInfo.java     | 2 +-
 .../org/apache/accumulo/core/master/thrift/TabletServerStatus.java | 2 +-
 .../java/org/apache/accumulo/core/master/thrift/TabletSplit.java   | 2 +-
 .../org/apache/accumulo/core/replication/thrift/KeyValues.java     | 2 +-
 .../core/replication/thrift/RemoteReplicationException.java        | 2 +-
 .../accumulo/core/replication/thrift/ReplicationCoordinator.java   | 2 +-
 .../core/replication/thrift/ReplicationCoordinatorException.java   | 2 +-
 .../accumulo/core/replication/thrift/ReplicationServicer.java      | 2 +-
 .../java/org/apache/accumulo/core/replication/thrift/WalEdits.java | 2 +-
 .../apache/accumulo/core/security/thrift/TAuthenticationKey.java   | 2 +-
 .../core/security/thrift/TAuthenticationTokenIdentifier.java       | 2 +-
 .../org/apache/accumulo/core/security/thrift/TCredentials.java     | 2 +-
 .../org/apache/accumulo/core/security/thrift/TDelegationToken.java | 2 +-
 .../accumulo/core/security/thrift/TDelegationTokenConfig.java      | 2 +-
 .../org/apache/accumulo/core/tabletserver/thrift/ActionStats.java  | 2 +-
 .../apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java | 2 +-
 .../org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java   | 2 +-
 .../core/tabletserver/thrift/ConstraintViolationException.java     | 2 +-
 .../apache/accumulo/core/tabletserver/thrift/IteratorConfig.java   | 2 +-
 .../accumulo/core/tabletserver/thrift/NoSuchScanIDException.java   | 2 +-
 .../core/tabletserver/thrift/NotServingTabletException.java        | 2 +-
 .../apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java | 2 +-
 .../core/tabletserver/thrift/TSampleNotPresentException.java       | 2 +-
 .../accumulo/core/tabletserver/thrift/TSamplerConfiguration.java   | 2 +-
 .../accumulo/core/tabletserver/thrift/TabletClientService.java     | 2 +-
 .../org/apache/accumulo/core/tabletserver/thrift/TabletStats.java  | 2 +-
 .../accumulo/core/tabletserver/thrift/TooManyFilesException.java   | 2 +-
 .../src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/AccumuloException.java   | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java  | 2 +-
 .../apache/accumulo/proxy/thrift/AccumuloSecurityException.java    | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java    | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java    | 2 +-
 proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java   | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java   | 2 +-
 .../org/apache/accumulo/proxy/thrift/CompactionStrategyConfig.java | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/Condition.java  | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/ConditionalUpdates.java  | 2 +-
 .../org/apache/accumulo/proxy/thrift/ConditionalWriterOptions.java | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/DiskUsage.java  | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/IteratorSetting.java     | 2 +-
 proxy/src/main/java/org/apache/accumulo/proxy/thrift/Key.java      | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/KeyExtent.java  | 2 +-
 proxy/src/main/java/org/apache/accumulo/proxy/thrift/KeyValue.java | 2 +-
 .../java/org/apache/accumulo/proxy/thrift/KeyValueAndPeek.java     | 2 +-
 .../apache/accumulo/proxy/thrift/MutationsRejectedException.java   | 2 +-
 .../org/apache/accumulo/proxy/thrift/NoMoreEntriesException.java   | 2 +-
 proxy/src/main/java/org/apache/accumulo/proxy/thrift/Range.java    | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/ScanColumn.java | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/ScanOptions.java    | 2 +-
 .../src/main/java/org/apache/accumulo/proxy/thrift/ScanResult.java | 2 +-
 .../org/apache/accumulo/proxy/thrift/TableExistsException.java     | 2 +-
 .../org/apache/accumulo/proxy/thrift/TableNotFoundException.java   | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/UnknownScanner.java | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/UnknownWriter.java  | 2 +-
 .../main/java/org/apache/accumulo/proxy/thrift/WriterOptions.java  | 2 +-
 .../main/java/org/apache/accumulo/tracer/thrift/Annotation.java    | 2 +-
 .../main/java/org/apache/accumulo/tracer/thrift/RemoteSpan.java    | 2 +-
 .../main/java/org/apache/accumulo/tracer/thrift/SpanReceiver.java  | 2 +-
 .../main/java/org/apache/accumulo/tracer/thrift/TestService.java   | 2 +-
 95 files changed, 95 insertions(+), 95 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
index 44df667..0df0107 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ClientService {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java
index fd5a76f..30dc624 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TDiskUsage implements org.apache.thrift.TBase<TDiskUsage, 
TDiskUsage._Fields>, java.io.Serializable, Cloneable, Comparable<TDiskUsage> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TDiskUsage");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftSecurityException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftSecurityException.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftSecurityException.java
index c9d7d27..52bd98f 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftSecurityException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftSecurityException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ThriftSecurityException extends TException implements 
org.apache.thrift.TBase<ThriftSecurityException, 
ThriftSecurityException._Fields>, java.io.Serializable, Cloneable, 
Comparable<ThriftSecurityException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ThriftSecurityException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java
index 5516901..55a5d5a 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTableOperationException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ThriftTableOperationException extends TException implements 
org.apache.thrift.TBase<ThriftTableOperationException, 
ThriftTableOperationException._Fields>, java.io.Serializable, Cloneable, 
Comparable<ThriftTableOperationException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ThriftTableOperationException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
index 4848920..aa828d4 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ThriftTest {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java
index 558cc86..fd59d4b 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialMultiScan.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class InitialMultiScan implements 
org.apache.thrift.TBase<InitialMultiScan, InitialMultiScan._Fields>, 
java.io.Serializable, Cloneable, Comparable<InitialMultiScan> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("InitialMultiScan");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java
index 3266801..879bdcb 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/InitialScan.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class InitialScan implements org.apache.thrift.TBase<InitialScan, 
InitialScan._Fields>, java.io.Serializable, Cloneable, Comparable<InitialScan> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("InitialScan");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java
index c2a7d32..3edc5d7 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/IterInfo.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class IterInfo implements org.apache.thrift.TBase<IterInfo, 
IterInfo._Fields>, java.io.Serializable, Cloneable, Comparable<IterInfo> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("IterInfo");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java
index d761373..ab11e18 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/MapFileInfo.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class MapFileInfo implements org.apache.thrift.TBase<MapFileInfo, 
MapFileInfo._Fields>, java.io.Serializable, Cloneable, Comparable<MapFileInfo> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("MapFileInfo");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java
index 301d8d7..eba7661 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class MultiScanResult implements 
org.apache.thrift.TBase<MultiScanResult, MultiScanResult._Fields>, 
java.io.Serializable, Cloneable, Comparable<MultiScanResult> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("MultiScanResult");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java
index 59758fd..d147578 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/ScanResult.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ScanResult implements org.apache.thrift.TBase<ScanResult, 
ScanResult._Fields>, java.io.Serializable, Cloneable, Comparable<ScanResult> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ScanResult");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TCMResult.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TCMResult.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TCMResult.java
index 13c8a9c..40ba6b1 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TCMResult.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TCMResult.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TCMResult implements org.apache.thrift.TBase<TCMResult, 
TCMResult._Fields>, java.io.Serializable, Cloneable, Comparable<TCMResult> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TCMResult");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java
index f5a0de7..839d801 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TColumn.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TColumn implements org.apache.thrift.TBase<TColumn, 
TColumn._Fields>, java.io.Serializable, Cloneable, Comparable<TColumn> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TColumn");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TCondition.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TCondition.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TCondition.java
index eb5ccb9..2a4e131 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TCondition.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TCondition.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TCondition implements org.apache.thrift.TBase<TCondition, 
TCondition._Fields>, java.io.Serializable, Cloneable, Comparable<TCondition> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TCondition");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalMutation.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalMutation.java
 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalMutation.java
index e43196c..98b9e97 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalMutation.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalMutation.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TConditionalMutation implements 
org.apache.thrift.TBase<TConditionalMutation, TConditionalMutation._Fields>, 
java.io.Serializable, Cloneable, Comparable<TConditionalMutation> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TConditionalMutation");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalSession.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalSession.java
 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalSession.java
index 7ec8230..8bab8cb 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalSession.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConditionalSession.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TConditionalSession implements 
org.apache.thrift.TBase<TConditionalSession, TConditionalSession._Fields>, 
java.io.Serializable, Cloneable, Comparable<TConditionalSession> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TConditionalSession");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java
 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java
index 5085f57..824fb5f 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TConstraintViolationSummary.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TConstraintViolationSummary implements 
org.apache.thrift.TBase<TConstraintViolationSummary, 
TConstraintViolationSummary._Fields>, java.io.Serializable, Cloneable, 
Comparable<TConstraintViolationSummary> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TConstraintViolationSummary");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java
index 1228edc..fc66459 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKey.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TKey implements org.apache.thrift.TBase<TKey, TKey._Fields>, 
java.io.Serializable, Cloneable, Comparable<TKey> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TKey");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java
index 725ae65..9aaa4dc 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyExtent.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TKeyExtent implements org.apache.thrift.TBase<TKeyExtent, 
TKeyExtent._Fields>, java.io.Serializable, Cloneable, Comparable<TKeyExtent> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TKeyExtent");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java
index 6d01c0c..01a3820 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TKeyValue.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TKeyValue implements org.apache.thrift.TBase<TKeyValue, 
TKeyValue._Fields>, java.io.Serializable, Cloneable, Comparable<TKeyValue> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TKeyValue");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java
index fb51c14..1a153a9 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TMutation.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TMutation implements org.apache.thrift.TBase<TMutation, 
TMutation._Fields>, java.io.Serializable, Cloneable, Comparable<TMutation> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TMutation");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java
index a635039..d4df3d3 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/TRange.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TRange implements org.apache.thrift.TBase<TRange, 
TRange._Fields>, java.io.Serializable, Cloneable, Comparable<TRange> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TRange");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java 
b/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java
index 865b3e5..f3da03f 100644
--- a/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java
+++ b/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class UpdateErrors implements org.apache.thrift.TBase<UpdateErrors, 
UpdateErrors._Fields>, java.io.Serializable, Cloneable, 
Comparable<UpdateErrors> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("UpdateErrors");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java 
b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java
index 6f2329c..949771e 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCMonitorService.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class GCMonitorService {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java 
b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java
index 45211e7..98bf9da 100644
--- a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java
+++ b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GCStatus.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class GCStatus implements org.apache.thrift.TBase<GCStatus, 
GCStatus._Fields>, java.io.Serializable, Cloneable, Comparable<GCStatus> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("GCStatus");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java 
b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java
index b74f4ce..339c2a1 100644
--- a/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java
+++ b/core/src/main/java/org/apache/accumulo/core/gc/thrift/GcCycleStats.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class GcCycleStats implements org.apache.thrift.TBase<GcCycleStats, 
GcCycleStats._Fields>, java.io.Serializable, Cloneable, 
Comparable<GcCycleStats> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("GcCycleStats");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/BulkImportStatus.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/BulkImportStatus.java
 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/BulkImportStatus.java
index 6c58618..95a588e 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/BulkImportStatus.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/BulkImportStatus.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class BulkImportStatus implements 
org.apache.thrift.TBase<BulkImportStatus, BulkImportStatus._Fields>, 
java.io.Serializable, Cloneable, Comparable<BulkImportStatus> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("BulkImportStatus");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java
index 707b9e8..242eae5 100644
--- a/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java
+++ b/core/src/main/java/org/apache/accumulo/core/master/thrift/Compacting.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class Compacting implements org.apache.thrift.TBase<Compacting, 
Compacting._Fields>, java.io.Serializable, Cloneable, Comparable<Compacting> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("Compacting");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java
index 1881085..3af0518 100644
--- a/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java
+++ b/core/src/main/java/org/apache/accumulo/core/master/thrift/DeadServer.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class DeadServer implements org.apache.thrift.TBase<DeadServer, 
DeadServer._Fields>, java.io.Serializable, Cloneable, Comparable<DeadServer> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("DeadServer");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/FateService.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/FateService.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/FateService.java
index 615e89a..7fe0974 100644
--- a/core/src/main/java/org/apache/accumulo/core/master/thrift/FateService.java
+++ b/core/src/main/java/org/apache/accumulo/core/master/thrift/FateService.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class FateService {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
index 59d3432..99bebe0 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class MasterClientService {
 
   public interface Iface extends FateService.Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java
 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java
index 1b8ed46..9e7b8ea 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class MasterMonitorInfo implements 
org.apache.thrift.TBase<MasterMonitorInfo, MasterMonitorInfo._Fields>, 
java.io.Serializable, Cloneable, Comparable<MasterMonitorInfo> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("MasterMonitorInfo");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java
 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java
index f19bf63..641345c 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class RecoveryException extends TException implements 
org.apache.thrift.TBase<RecoveryException, RecoveryException._Fields>, 
java.io.Serializable, Cloneable, Comparable<RecoveryException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("RecoveryException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java
index 72b6058..44a27df 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/RecoveryStatus.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class RecoveryStatus implements org.apache.thrift.TBase<RecoveryStatus, 
RecoveryStatus._Fields>, java.io.Serializable, Cloneable, 
Comparable<RecoveryStatus> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("RecoveryStatus");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java
index 126369d..5c385d7 100644
--- a/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/master/thrift/TableInfo.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TableInfo implements org.apache.thrift.TBase<TableInfo, 
TableInfo._Fields>, java.io.Serializable, Cloneable, Comparable<TableInfo> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TableInfo");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
index f88a569..07444b5 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TabletServerStatus implements 
org.apache.thrift.TBase<TabletServerStatus, TabletServerStatus._Fields>, 
java.io.Serializable, Cloneable, Comparable<TabletServerStatus> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TabletServerStatus");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java 
b/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java
index d0eb6f2..48d4465 100644
--- a/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java
+++ b/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletSplit.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TabletSplit implements org.apache.thrift.TBase<TabletSplit, 
TabletSplit._Fields>, java.io.Serializable, Cloneable, Comparable<TabletSplit> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TabletSplit");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/KeyValues.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/KeyValues.java 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/KeyValues.java
index 7a083fa..dd70af1 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/KeyValues.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/KeyValues.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class KeyValues implements org.apache.thrift.TBase<KeyValues, 
KeyValues._Fields>, java.io.Serializable, Cloneable, Comparable<KeyValues> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("KeyValues");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/RemoteReplicationException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/RemoteReplicationException.java
 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/RemoteReplicationException.java
index 18e2155..5b4a9d1 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/RemoteReplicationException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/RemoteReplicationException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class RemoteReplicationException extends TException implements 
org.apache.thrift.TBase<RemoteReplicationException, 
RemoteReplicationException._Fields>, java.io.Serializable, Cloneable, 
Comparable<RemoteReplicationException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("RemoteReplicationException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java
 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java
index 38385ba..0ceabcf 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ReplicationCoordinator {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinatorException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinatorException.java
 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinatorException.java
index f7536c4..5e3b99d 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinatorException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinatorException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ReplicationCoordinatorException extends TException implements 
org.apache.thrift.TBase<ReplicationCoordinatorException, 
ReplicationCoordinatorException._Fields>, java.io.Serializable, Cloneable, 
Comparable<ReplicationCoordinatorException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ReplicationCoordinatorException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationServicer.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationServicer.java
 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationServicer.java
index 853e9d4..8403b56 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationServicer.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationServicer.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ReplicationServicer {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/replication/thrift/WalEdits.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/WalEdits.java 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/WalEdits.java
index 3d0b2e3..9b62fa1 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/replication/thrift/WalEdits.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/replication/thrift/WalEdits.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class WalEdits implements org.apache.thrift.TBase<WalEdits, 
WalEdits._Fields>, java.io.Serializable, Cloneable, Comparable<WalEdits> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("WalEdits");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationKey.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationKey.java
 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationKey.java
index f9b82a5..574a673 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationKey.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationKey.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TAuthenticationKey implements 
org.apache.thrift.TBase<TAuthenticationKey, TAuthenticationKey._Fields>, 
java.io.Serializable, Cloneable, Comparable<TAuthenticationKey> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TAuthenticationKey");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationTokenIdentifier.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationTokenIdentifier.java
 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationTokenIdentifier.java
index e84c492..cf3f515 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationTokenIdentifier.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TAuthenticationTokenIdentifier.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TAuthenticationTokenIdentifier implements 
org.apache.thrift.TBase<TAuthenticationTokenIdentifier, 
TAuthenticationTokenIdentifier._Fields>, java.io.Serializable, Cloneable, 
Comparable<TAuthenticationTokenIdentifier> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TAuthenticationTokenIdentifier");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/security/thrift/TCredentials.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TCredentials.java 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TCredentials.java
index ba0567b..f9beda9 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TCredentials.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TCredentials.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TCredentials implements org.apache.thrift.TBase<TCredentials, 
TCredentials._Fields>, java.io.Serializable, Cloneable, 
Comparable<TCredentials> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TCredentials");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationToken.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationToken.java
 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationToken.java
index 9efa4f5..9e2b3a0 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationToken.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationToken.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TDelegationToken implements 
org.apache.thrift.TBase<TDelegationToken, TDelegationToken._Fields>, 
java.io.Serializable, Cloneable, Comparable<TDelegationToken> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TDelegationToken");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationTokenConfig.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationTokenConfig.java
 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationTokenConfig.java
index 3d4a254..21e5013 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationTokenConfig.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/security/thrift/TDelegationTokenConfig.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TDelegationTokenConfig implements 
org.apache.thrift.TBase<TDelegationTokenConfig, 
TDelegationTokenConfig._Fields>, java.io.Serializable, Cloneable, 
Comparable<TDelegationTokenConfig> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TDelegationTokenConfig");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java
index f26a581..4997cf8 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActionStats.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ActionStats implements org.apache.thrift.TBase<ActionStats, 
ActionStats._Fields>, java.io.Serializable, Cloneable, Comparable<ActionStats> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ActionStats");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java
index b32b38e..4c0decc 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ActiveCompaction implements 
org.apache.thrift.TBase<ActiveCompaction, ActiveCompaction._Fields>, 
java.io.Serializable, Cloneable, Comparable<ActiveCompaction> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ActiveCompaction");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java
index fe899db..3ee05a2 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ActiveScan implements org.apache.thrift.TBase<ActiveScan, 
ActiveScan._Fields>, java.io.Serializable, Cloneable, Comparable<ActiveScan> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ActiveScan");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java
index 37ebe4f..f35e187 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ConstraintViolationException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ConstraintViolationException extends TException implements 
org.apache.thrift.TBase<ConstraintViolationException, 
ConstraintViolationException._Fields>, java.io.Serializable, Cloneable, 
Comparable<ConstraintViolationException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ConstraintViolationException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java
index 2ad12a9..21fd63c 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class IteratorConfig implements org.apache.thrift.TBase<IteratorConfig, 
IteratorConfig._Fields>, java.io.Serializable, Cloneable, 
Comparable<IteratorConfig> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("IteratorConfig");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java
index 348ccf3..bdbdd18 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NoSuchScanIDException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class NoSuchScanIDException extends TException implements 
org.apache.thrift.TBase<NoSuchScanIDException, NoSuchScanIDException._Fields>, 
java.io.Serializable, Cloneable, Comparable<NoSuchScanIDException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("NoSuchScanIDException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java
index b3b6848..20903b3 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/NotServingTabletException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class NotServingTabletException extends TException implements 
org.apache.thrift.TBase<NotServingTabletException, 
NotServingTabletException._Fields>, java.io.Serializable, Cloneable, 
Comparable<NotServingTabletException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("NotServingTabletException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java
index 31770c3..a541206 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TIteratorSetting implements 
org.apache.thrift.TBase<TIteratorSetting, TIteratorSetting._Fields>, 
java.io.Serializable, Cloneable, Comparable<TIteratorSetting> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TIteratorSetting");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSampleNotPresentException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSampleNotPresentException.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSampleNotPresentException.java
index 8e5f43a..dadea82 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSampleNotPresentException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSampleNotPresentException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TSampleNotPresentException extends TException implements 
org.apache.thrift.TBase<TSampleNotPresentException, 
TSampleNotPresentException._Fields>, java.io.Serializable, Cloneable, 
Comparable<TSampleNotPresentException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TSampleNotPresentException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSamplerConfiguration.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSamplerConfiguration.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSamplerConfiguration.java
index 2c17b9e..ee49a77 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSamplerConfiguration.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TSamplerConfiguration.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TSamplerConfiguration implements 
org.apache.thrift.TBase<TSamplerConfiguration, TSamplerConfiguration._Fields>, 
java.io.Serializable, Cloneable, Comparable<TSamplerConfiguration> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TSamplerConfiguration");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
index 3d4b0c8..3d4fa06 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TabletClientService {
 
   public interface Iface extends 
org.apache.accumulo.core.client.impl.thrift.ClientService.Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java
index ee819ad..95dd551 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletStats.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TabletStats implements org.apache.thrift.TBase<TabletStats, 
TabletStats._Fields>, java.io.Serializable, Cloneable, Comparable<TabletStats> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TabletStats");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java
 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java
index 30399cb..09ef8f8 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TooManyFilesException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TooManyFilesException extends TException implements 
org.apache.thrift.TBase<TooManyFilesException, TooManyFilesException._Fields>, 
java.io.Serializable, Cloneable, Comparable<TooManyFilesException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TooManyFilesException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/core/src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java 
b/core/src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java
index 7a3c9e4..f96b634 100644
--- a/core/src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/trace/thrift/TInfo.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class TInfo implements org.apache.thrift.TBase<TInfo, TInfo._Fields>, 
java.io.Serializable, Cloneable, Comparable<TInfo> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("TInfo");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloException.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloException.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloException.java
index d633427..76dd4bc 100644
--- 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloException.java
+++ 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class AccumuloException extends TException implements 
org.apache.thrift.TBase<AccumuloException, AccumuloException._Fields>, 
java.io.Serializable, Cloneable, Comparable<AccumuloException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("AccumuloException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java
index eb848c8..1f4777f 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloProxy.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class AccumuloProxy {
 
   public interface Iface {

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloSecurityException.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloSecurityException.java
 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloSecurityException.java
index a3f9a06..f77a908 100644
--- 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloSecurityException.java
+++ 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/AccumuloSecurityException.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class AccumuloSecurityException extends TException implements 
org.apache.thrift.TBase<AccumuloSecurityException, 
AccumuloSecurityException._Fields>, java.io.Serializable, Cloneable, 
Comparable<AccumuloSecurityException> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("AccumuloSecurityException");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java
index 40f3435..986b68c 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveCompaction.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ActiveCompaction implements 
org.apache.thrift.TBase<ActiveCompaction, ActiveCompaction._Fields>, 
java.io.Serializable, Cloneable, Comparable<ActiveCompaction> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ActiveCompaction");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java
index c45387c..9f4d892 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ActiveScan.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ActiveScan implements org.apache.thrift.TBase<ActiveScan, 
ActiveScan._Fields>, java.io.Serializable, Cloneable, Comparable<ActiveScan> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ActiveScan");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java
index af492e2..777e075 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/BatchScanOptions.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class BatchScanOptions implements 
org.apache.thrift.TBase<BatchScanOptions, BatchScanOptions._Fields>, 
java.io.Serializable, Cloneable, Comparable<BatchScanOptions> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("BatchScanOptions");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java
----------------------------------------------------------------------
diff --git a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java
index 7eb09fb..96ae162 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/Column.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class Column implements org.apache.thrift.TBase<Column, 
Column._Fields>, java.io.Serializable, Cloneable, Comparable<Column> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("Column");
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/d43685c9/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java
----------------------------------------------------------------------
diff --git 
a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java 
b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java
index 15c9ef1..33dfdbe 100644
--- a/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java
+++ b/proxy/src/main/java/org/apache/accumulo/proxy/thrift/ColumnUpdate.java
@@ -50,7 +50,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = 
"2015-12-16")
+@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
 public class ColumnUpdate implements org.apache.thrift.TBase<ColumnUpdate, 
ColumnUpdate._Fields>, java.io.Serializable, Cloneable, 
Comparable<ColumnUpdate> {
   private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("ColumnUpdate");
 

Reply via email to