http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96725

Revision: 96725
Author:   demon
Date:     2011-09-10 17:16:41 +0000 (Sat, 10 Sep 2011)
Log Message:
-----------
Add @since to the Deferred stuff, ping r96716

Modified Paths:
--------------
    trunk/phase3/includes/DeferredUpdates.php

Modified: trunk/phase3/includes/DeferredUpdates.php
===================================================================
--- trunk/phase3/includes/DeferredUpdates.php   2011-09-10 17:13:20 UTC (rev 
96724)
+++ trunk/phase3/includes/DeferredUpdates.php   2011-09-10 17:16:41 UTC (rev 
96725)
@@ -2,6 +2,8 @@
 /**
  * Interface that deferrable updates should implement. Basically required so we
  * can validate input on DeferredUpdates::addUpdate()
+ *
+ * @since 1.19
  */
 interface DeferrableUpdate {
        /**
@@ -12,6 +14,8 @@
 
 /**
  * Class for mananging the deferred updates.
+ *
+ * @since 1.19
  */
 class DeferredUpdates {
        /**


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

Reply via email to