From 16934d50b6ca56d2aa389630f2ef327ba7d06951 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 29 Feb 2016 10:21:10 -0500 Subject: [PATCH] Reindex isn't a plugin Remove another mention of it being a plugin. --- modules/reindex/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reindex/build.gradle b/modules/reindex/build.gradle index 8703bd4f8d8..5bd5aeb3dc0 100644 --- a/modules/reindex/build.gradle +++ b/modules/reindex/build.gradle @@ -18,6 +18,6 @@ */ esplugin { - description 'The Reindex Plugin adds APIs to reindex from one index to another or update documents in place.' + description 'The Reindex module adds APIs to reindex from one index to another or update documents in place.' classname 'org.elasticsearch.index.reindex.ReindexPlugin' }