From 6546f66ebbd44f7cb05e9c475860dfd797ad4d17 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 20 Feb 2008 09:38:41 +0000 Subject: [PATCH] Added deprecation note to BulkLoaderAdmin git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49883 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/BulkLoaderAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/BulkLoaderAdmin.php b/code/BulkLoaderAdmin.php index f7eb1cca..0a30a90a 100755 --- a/code/BulkLoaderAdmin.php +++ b/code/BulkLoaderAdmin.php @@ -10,9 +10,9 @@ * The BulkLoaderAdmin class provides an interface for accessing all of the subclasses of BulkLoader, * each of which defines a particular bulk loading operation. * - * This code was originally developed for Per Week in collaboration with Brian Calhoun. * @package cms * @subpackage bulkloading + * @deprecated This class has never been used in production; if we're going to continue to support it we should increase its usefulness. */ class BulkLoaderAdmin extends LeftAndMain {