You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/09/26 13:56:00 UTC

[2/2] lucene-solr:branch_6x: Fix @link typo.

Fix @link typo.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f692fa80
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f692fa80
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f692fa80

Branch: refs/heads/branch_6x
Commit: f692fa809226329d7326a203db2b4a61ec985fee
Parents: 4534c7d
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Sep 26 12:37:04 2016 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Sep 26 14:30:25 2016 +0100

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f692fa80/lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java b/lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java
index e575d87..1b71440 100644
--- a/lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java
+++ b/lucene/core/src/java/org/apache/lucene/util/ByteBlockPool.java
@@ -282,7 +282,7 @@ public final class ByteBlockPool {
 
   /** Fill the provided {@link BytesRef} with the bytes at the specified offset/length slice.
    *  This will avoid copying the bytes, if the slice fits into a single block; otherwise, it uses
-   *  the provided {@linkl BytesRefBuilder} to copy bytes over. */
+   *  the provided {@link BytesRefBuilder} to copy bytes over. */
   void setBytesRef(BytesRefBuilder builder, BytesRef result, long offset, int length) {
     result.length = length;