Skip to content

Commit

Permalink
classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-narayan committed Mar 20, 2023
1 parent 25f52c2 commit 3682487
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.common.base.Strings;
import io.netty.util.SuppressForbidden;
import org.apache.druid.data.input.ByteBufferInputRowParser;
import org.apache.druid.data.input.InputRow;
import org.apache.druid.data.input.impl.ByteEntity;
Expand All @@ -39,7 +38,6 @@
* use {@link OpenCensusProtobufInputFormat} instead
*/
@Deprecated
@SuppressForbidden(reason = "AbstractProtobufReader class lookup failed")
public class OpenCensusProtobufInputRowParser implements ByteBufferInputRowParser
{
private static final Logger LOG = new Logger(OpenCensusProtobufInputRowParser.class);
Expand Down

0 comments on commit 3682487

Please sign in to comment.