Skip to content

Commit

Permalink
HBASE-28822 Change the LOG field in CodecPerformance to private
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin committed Sep 10, 2024
1 parent 888e4dd commit bb52da6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
*/
@InterfaceAudience.Public
public class CodecPerformance {
/** @deprecated LOG variable would be made private. since 1.2, remove in 3.0 */
@Deprecated
public static final Logger LOG = LoggerFactory.getLogger(CodecPerformance.class);

private static final Logger LOG = LoggerFactory.getLogger(CodecPerformance.class);

static ExtendedCell[] getCells(final int howMany) {
ExtendedCell[] cells = new ExtendedCell[howMany];
Expand Down

0 comments on commit bb52da6

Please sign in to comment.