put comment in wrong file, woops :D
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 May 2008 18:23:55 +0000 (18:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 May 2008 18:23:55 +0000 (18:23 +0000)
that's what i get for committing right before bed

includes/filerepo/ForeignAPIRepo.php
includes/filerepo/ForeignDBRepo.php

index cbd4d9c..30807c7 100644 (file)
@@ -1,7 +1,8 @@
 <?php
 
 /**
- * File repository with no files, for performance testing
+ * Very hacky and inefficient
+ * do not use :D
  *
  * @ingroup FileRepo
  */
index 56edaf2..0040fd9 100644 (file)
@@ -2,8 +2,6 @@
 
 /**
  * A foreign repository with a remote MediaWiki with an API thingy
- * Very hacky and inefficient
- * do not use :D
  * @ingroup FileRepo
  */
 class ForeignDBRepo extends LocalRepo {