This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e13084  Fix warning in DefaultIteratorEnvironment
8e13084 is described below

commit 8e13084d3cf406bcd18e2607d444fd00b7968018
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Fri Feb 22 12:08:11 2019 -0500

    Fix warning in DefaultIteratorEnvironment
---
 .../org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/test/java/org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java
 
b/core/src/test/java/org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java
index ceb7199..2f8ba0a 100644
--- 
a/core/src/test/java/org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java
+++ 
b/core/src/test/java/org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java
@@ -40,6 +40,7 @@ public class DefaultIteratorEnvironment implements 
IteratorEnvironment {
   }
 
   @Override
+  @SuppressWarnings("deprecation")
   public SortedKeyValueIterator<Key,Value> reserveMapFileReader(String 
mapFileName)
       throws IOException {
     FileSystem fs = FileSystem.get(hadoopConf);

Reply via email to