diff --git a/src/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java b/src/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java index 92f65175dc3..7e0c3398a16 100644 --- a/src/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java +++ b/src/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java @@ -50,7 +50,7 @@ import org.apache.hadoop.util.StringUtils; * Subclasses may use other TableRecordReader implementations. *

* An example of a subclass: - * + *

  *   class ExampleTIF extends TableInputFormatBase implements JobConfigurable {
  *
  *     public void configure(JobConf job) {
@@ -70,7 +70,7 @@ import org.apache.hadoop.util.StringUtils;
  *     public void validateInput(JobConf job) throws IOException {
  *     }
  *  }
- * 
+ * 
*/ public abstract class TableInputFormatBase implements InputFormat { @@ -334,4 +334,4 @@ implements InputFormat { protected void setRowFilter(RowFilterInterface rowFilter) { this.rowFilter = rowFilter; } -} \ No newline at end of file +}