We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e4dd commit a3653f9Copy full SHA for a3653f9
1 file changed
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSplit.java
@@ -38,9 +38,8 @@
38
*/
39
@InterfaceAudience.Public
40
public class TableSplit extends InputSplit implements Writable, Comparable<TableSplit> {
41
- /** @deprecated LOG variable would be made private. fix in hbase 3.0 */
42
- @Deprecated
43
- public static final Logger LOG = LoggerFactory.getLogger(TableSplit.class);
+
+ private static final Logger LOG = LoggerFactory.getLogger(TableSplit.class);
44
45
// should be < 0 (@see #readFields(DataInput))
46
// version 1 supports Scan data member
0 commit comments