You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/06/05 09:51:18 UTC

[17/19] lucene-solr:master: sequence numbers: fix issue number in CHANGES

sequence numbers: fix issue number in CHANGES


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

Branch: refs/heads/master
Commit: 06ff43718f0fd7078edac027f7ad3caf450f278c
Parents: 1335904
Author: Mike McCandless <mi...@apache.org>
Authored: Thu Jun 2 05:59:10 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Thu Jun 2 05:59:10 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/06ff4371/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d31456f..563d339 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -30,7 +30,7 @@ New Features
   applicable and supported when copying files from another FSDirectory in 
   Directory#copyFrom. (Simon Willnauer)
 
-* LUCENE-73012: IndexWriter methods that change the index now return a
+* LUCENE-7302: IndexWriter methods that change the index now return a
   long "sequence number" indicating the effective equivalent
   single-threaded execution order (Mike McCandless)