Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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