You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2017/11/01 11:00:01 UTC

[03/15] james-project git commit: JAMES-2202 Fix another typo

JAMES-2202 Fix another typo


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fc927f0a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fc927f0a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fc927f0a

Branch: refs/heads/master
Commit: fc927f0ac713d2a2710b0b1ad9bb584a268d48ca
Parents: 4f663b2
Author: benwa <bt...@linagora.com>
Authored: Wed Oct 25 15:55:52 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Wed Nov 1 17:54:21 2017 +0700

----------------------------------------------------------------------
 .../apache/james/modules/mailbox/ElasticSearchMailboxModule.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/fc927f0a/server/container/guice/cassandra-guice/src/main/java/org/apache/james/modules/mailbox/ElasticSearchMailboxModule.java
----------------------------------------------------------------------
diff --git a/server/container/guice/cassandra-guice/src/main/java/org/apache/james/modules/mailbox/ElasticSearchMailboxModule.java b/server/container/guice/cassandra-guice/src/main/java/org/apache/james/modules/mailbox/ElasticSearchMailboxModule.java
index 1939523..bab0ae3 100644
--- a/server/container/guice/cassandra-guice/src/main/java/org/apache/james/modules/mailbox/ElasticSearchMailboxModule.java
+++ b/server/container/guice/cassandra-guice/src/main/java/org/apache/james/modules/mailbox/ElasticSearchMailboxModule.java
@@ -109,7 +109,7 @@ public class ElasticSearchMailboxModule extends AbstractModule {
 
     @Provides
     @Singleton
-    protected Client provideClientProvider(ElasticSearchConfiguration configuration,
+    protected Client provideClient(ElasticSearchConfiguration configuration,
                                            IndexCreationFactory indexCreationFactory,
                                            AsyncRetryExecutor executor) throws ExecutionException, InterruptedException {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org