From 9c97f2f3d26303a0354435fc011d3a747ce29ff7 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Sat, 27 Feb 2016 14:06:09 +0530 Subject: [PATCH] SOLR-8746: Renamed Overseer.getInQueue to getStateUpdateQueue, getInternalQueue to getInternalWorkQueue and added javadocs --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3e8cea7002d..0d57b6d3a70 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -327,6 +327,9 @@ Other Changes * SOLR-8691: Cache index fingerprints per searcher. (yonik) +* SOLR-8746: Renamed Overseer.getInQueue to getStateUpdateQueue, getInternalQueue to getInternalWorkQueue + and added javadocs. (Scott Blum, shalin) + ================== 5.5.1 ================== Bug Fixes