You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/09/09 18:07:54 UTC

[2/4] git commit: ACCUMULO-3100 cleanup warnings

ACCUMULO-3100 cleanup warnings


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

Branch: refs/heads/master
Commit: 97c525cfdda52bc6e541e54d9af6695f01546511
Parents: 793597c
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Sep 9 12:05:20 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Sep 9 12:05:20 2014 -0400

----------------------------------------------------------------------
 .../accumulo/gc/replication/CloseWriteAheadLogReferences.java       | 1 -
 .../master/replication/RemoveCompleteReplicationRecords.java        | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/97c525cf/server/gc/src/main/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferences.java
----------------------------------------------------------------------
diff --git a/server/gc/src/main/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferences.java b/server/gc/src/main/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferences.java
index b88dcdc..74da72d 100644
--- a/server/gc/src/main/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferences.java
+++ b/server/gc/src/main/java/org/apache/accumulo/gc/replication/CloseWriteAheadLogReferences.java
@@ -81,7 +81,6 @@ public class CloseWriteAheadLogReferences implements Runnable {
   public void run() {
     // As long as we depend on a newer Guava than Hadoop uses, we have to make sure we're compatible with
     // what the version they bundle uses.
-    @SuppressWarnings("deprecation")
     Stopwatch sw = new Stopwatch();
 
     Connector conn;

http://git-wip-us.apache.org/repos/asf/accumulo/blob/97c525cf/server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java
----------------------------------------------------------------------
diff --git a/server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java b/server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java
index f7246d7..ecf0c9e 100644
--- a/server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java
+++ b/server/master/src/main/java/org/apache/accumulo/master/replication/RemoveCompleteReplicationRecords.java
@@ -80,7 +80,6 @@ public class RemoveCompleteReplicationRecords implements Runnable {
     WorkSection.limit(bs);
     bs.addScanIterator(cfg);
 
-    @SuppressWarnings("deprecation")
     Stopwatch sw = new Stopwatch();
     long recordsRemoved = 0;
     try {