ACCUMULO-2825 Remove javadoc tags without descriptions

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

Branch: refs/heads/master
Commit: 422144be39d3f78b3b494940433c3583c21c307e
Parents: 528f042
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Wed Jun 18 21:27:08 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Wed Jun 18 21:27:08 2014 -0400

----------------------------------------------------------------------
 .../accumulo/core/iterators/user/RowEncodingIterator.java    | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/422144be/core/src/main/java/org/apache/accumulo/core/iterators/user/RowEncodingIterator.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/iterators/user/RowEncodingIterator.java
 
b/core/src/main/java/org/apache/accumulo/core/iterators/user/RowEncodingIterator.java
index 6387723..ce38b08 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/iterators/user/RowEncodingIterator.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/iterators/user/RowEncodingIterator.java
@@ -61,20 +61,12 @@ public abstract class RowEncodingIterator implements 
SortedKeyValueIterator<Key,
   // decode a bunch of key value pairs that have been encoded into a single 
value
   /**
    * Given a value generated by the rowEncoder implementation, recreate the 
original Key, Value pairs.
-   * 
-   * @param rowKey
-   * @param rowValue
-   * @throws IOException
    */
   public abstract SortedMap<Key,Value> rowDecoder(Key rowKey, Value rowValue) 
throws IOException;
 
   /**
    * Take a stream of keys and values. Return values in the same order encoded 
such that all portions of the key (except for the row value) and the original
    * value are encoded in some way.
-   * 
-   * @param keys
-   * @param values
-   * @throws IOException
    */
   public abstract Value rowEncoder(List<Key> keys, List<Value> values) throws 
IOException;
 

Reply via email to