Added deprecation note to BulkLoaderAdmin

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49883 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-02-20 09:38:41 +00:00
parent c9fc1ea46b
commit 6546f66ebb

View File

@ -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 {