LUCENE-4155: Javadocs fix (very strange this @see tag...)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1352967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-06-22 16:52:14 +00:00
parent 1be9fcd984
commit 78f215f96e
1 changed files with 2 additions and 6 deletions

View File

@ -44,8 +44,6 @@ public final class RecyclingByteBlockAllocator extends ByteBlockPool.Allocator {
* maximum number of buffered byte block * maximum number of buffered byte block
* @param bytesUsed * @param bytesUsed
* {@link AtomicLong} reference counting internally allocated bytes * {@link AtomicLong} reference counting internally allocated bytes
*
* @see DummyConcurrentLock
*/ */
public RecyclingByteBlockAllocator(int blockSize, int maxBufferedBlocks, public RecyclingByteBlockAllocator(int blockSize, int maxBufferedBlocks,
AtomicLong bytesUsed) { AtomicLong bytesUsed) {
@ -56,8 +54,7 @@ public final class RecyclingByteBlockAllocator extends ByteBlockPool.Allocator {
} }
/** /**
* Creates a new {@link RecyclingByteBlockAllocator} with a * Creates a new {@link RecyclingByteBlockAllocator}.
* {@link DummyConcurrentLock} instance.
* *
* @param blockSize * @param blockSize
* the block size in bytes * the block size in bytes
@ -71,8 +68,7 @@ public final class RecyclingByteBlockAllocator extends ByteBlockPool.Allocator {
/** /**
* Creates a new {@link RecyclingByteBlockAllocator} with a block size of * Creates a new {@link RecyclingByteBlockAllocator} with a block size of
* {@link ByteBlockPool#BYTE_BLOCK_SIZE}, upper buffered docs limit of * {@link ByteBlockPool#BYTE_BLOCK_SIZE}, upper buffered docs limit of
* {@link #DEFAULT_BUFFERED_BLOCKS} ({@value #DEFAULT_BUFFERED_BLOCKS}) and a * {@link #DEFAULT_BUFFERED_BLOCKS} ({@value #DEFAULT_BUFFERED_BLOCKS}).
* {@link DummyConcurrentLock} instance.
* *
*/ */
public RecyclingByteBlockAllocator() { public RecyclingByteBlockAllocator() {