Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2016-10-18 17:35:55 +0000
committerStefan Xenos2016-10-19 04:59:47 +0000
commitb26835a84e11fa35a8b91f694974d18f2bcc6527 (patch)
tree5f78b251e98de051c1c2867e5ba3d29a8cb6995b
parent167b31e8dd7d5babde46280c8c050a5a39a92314 (diff)
downloadeclipse.jdt.core-b26835a84e11fa35a8b91f694974d18f2bcc6527.tar.gz
eclipse.jdt.core-b26835a84e11fa35a8b91f694974d18f2bcc6527.tar.xz
eclipse.jdt.core-b26835a84e11fa35a8b91f694974d18f2bcc6527.zip
Bug 481796 - [newindex] Proposal for a faster JDT index
Disambiguated the name of the index update job. Change-Id: Ibd7391ba0b1d4db2d1cef8bbec2f19e7eed9bcb7 Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
-rw-r--r--org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/messages.properties b/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/messages.properties
index f835143ab2..5b04b23ddb 100644
--- a/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/messages.properties
+++ b/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/messages.properties
@@ -1 +1 @@
-Indexer_updating_index_job_name=Updating index
+Indexer_updating_index_job_name=Updating Java index

Back to the top