Skip to content

Commit

Permalink
Update PR for Trivial Javadocs for LuceneIndexInputFormat#413
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Aug 11, 2014
1 parent c2fd1d2 commit b069933
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public static class LuceneIndexInputSplit extends InputSplit
public LuceneIndexInputSplit() { }

/**
* Default constructor for this class.
* Constructor for this class.
* @param indexDirs a {@link java.util.List} of directories
* containing existing Lucene indexes.
* @param length the size of the split in bytes
Expand Down Expand Up @@ -416,8 +416,7 @@ public int compareTo(LuceneIndexInputSplit other) {
}

/**
* Simply prints the {@link java.util.List} of Lucene index
* directories and the combined length/size of the split in bytes.
* Prints the directories and the combined length/size of the split in bytes.
*/
@Override
public String toString() {
Expand Down

0 comments on commit b069933

Please sign in to comment.