diff --git a/~dev_rating/application/classes/DataArr/Students.php b/~dev_rating/application/classes/DataArr/Students.php
index 39fa5bd4a2495f46baa6023753da5f04e418041b..fb6ebfb0d2017c552eec4db4a56cd1fccc868e89 100644
--- a/~dev_rating/application/classes/DataArr/Students.php
+++ b/~dev_rating/application/classes/DataArr/Students.php
@@ -6,7 +6,7 @@ detach - откреплен
 NULL - РІ РѕСЃРЅРѕРІРЅРѕР№ РіСЂСѓРїРїРµ
 */
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class DataArr_Students {
     protected $model;
 
diff --git a/~dev_rating/application/classes/Model/Admin/Students.php b/~dev_rating/application/classes/Model/Admin/Students.php
index 25389dff1a9b3f67ec1131042e363668064cdc56..32b0ec0dc58cf523d04cdc9ba13f1237d6710916 100644
--- a/~dev_rating/application/classes/Model/Admin/Students.php
+++ b/~dev_rating/application/classes/Model/Admin/Students.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class Model_Admin_Students extends Model
 {
     /** @deprecated */
diff --git a/~dev_rating/application/classes/Model/DataArr/Students.php b/~dev_rating/application/classes/Model/DataArr/Students.php
index 6126ada1b4fdd35a9653b4b60ce449948eebac80..7177bf80de319f44d0b1a252a920458b769df5e0 100644
--- a/~dev_rating/application/classes/Model/DataArr/Students.php
+++ b/~dev_rating/application/classes/Model/DataArr/Students.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-/** @deprecated */
+/** @deprecated use Model_Students instead. */
 class Model_DataArr_Students extends Model
 {
     /** @deprecated */