Skip to content

Commit

Permalink
fix: adding deprecated tag and info
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 3, 2024
1 parent 5d34550 commit 8a16e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class NettyArrowBuf extends AbstractByteBuf implements AutoCloseable {
* @param length The length of this buffer.
* @deprecated Use {@link #NettyArrowBuf(ArrowBuf, BufferAllocator, long)} instead.
*/
@Deprecated
@Deprecated(forRemoval = true)
public NettyArrowBuf(
final ArrowBuf arrowBuf, final BufferAllocator bufferAllocator, final int length) {
this(arrowBuf, bufferAllocator, (long) length);
Expand Down

0 comments on commit 8a16e27

Please sign in to comment.