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:29:08 UTC

[2/3] lucene-solr:master: 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/d6d4f347
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d6d4f347
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d6d4f347

Branch: refs/heads/master
Commit: d6d4f34757448e90bd3afc54de238353c12388ec
Parents: a8f4ef0
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 13:38:26 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/d6d4f347/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;