jenkins-bot has submitted this change and it was merged.

Change subject: Fix non-existing ConnectionManager class name in DirectSqlStore
......................................................................


Fix non-existing ConnectionManager class name in DirectSqlStore

Recheck.

Change-Id: I6a4a31c93964cbb1c0049de67457be103d719de4
---
M client/includes/store/sql/DirectSqlStore.php
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/client/includes/store/sql/DirectSqlStore.php 
b/client/includes/store/sql/DirectSqlStore.php
index 35e1704..2915d5c 100644
--- a/client/includes/store/sql/DirectSqlStore.php
+++ b/client/includes/store/sql/DirectSqlStore.php
@@ -59,12 +59,12 @@
        private $repoWiki;
 
        /**
-        * @var ConnectionManager|null
+        * @var ConsistentReadConnectionManager|null
         */
        private $repoConnectionManager = null;
 
        /**
-        * @var ConnectionManager|null
+        * @var ConsistentReadConnectionManager|null
         */
        private $localConnectionManager = null;
 
@@ -203,7 +203,7 @@
         * Returns a LoadBalancer that acts as a factory for connections to the 
repo wiki's
         * database.
         *
-        * @return ConnectionManager
+        * @return ConsistentReadConnectionManager
         */
        private function getRepoConnectionManager() {
                if ( $this->repoConnectionManager === null ) {
@@ -217,7 +217,7 @@
         * Returns a LoadBalancer that acts as a factory for connections to the 
local (client) wiki's
         * database.
         *
-        * @return ConnectionManager
+        * @return ConsistentReadConnectionManager
         */
        private function getLocalConnectionManager() {
                if ( $this->localConnectionManager === null ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/204475
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6a4a31c93964cbb1c0049de67457be103d719de4
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to