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

Change subject: Remove deprecated method now unused
......................................................................


Remove deprecated method now unused

Should not be mreged before 48a87f7 in Wikibase.git

Change-Id: I2236f4d81bf7860820679b07bc7f92d32877db85
---
M DataModel/Entity/Entity.php
1 file changed, 0 insertions(+), 12 deletions(-)

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



diff --git a/DataModel/Entity/Entity.php b/DataModel/Entity/Entity.php
index 3c2fdf5..ae569f5 100644
--- a/DataModel/Entity/Entity.php
+++ b/DataModel/Entity/Entity.php
@@ -185,18 +185,6 @@
        }
 
        /**
-        * Returns a prefixed version of the entity's id or null if it is not 
in the datastore yet.
-        *
-        * @since 0.2
-        * @deprecated since 0.4
-        *
-        * @return string|null
-        */
-       public function getPrefixedId() {
-               return $this->getId() === null ? null : 
$this->getId()->getPrefixedId();
-       }
-
-       /**
         * Sets the ID.
         * Should only be set to something determined by the store and not by 
the user (to avoid duplicate IDs).
         *

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2236f4d81bf7860820679b07bc7f92d32877db85
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to