diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayBase.php b/core/lib/Drupal/Core/Entity/EntityDisplayBase.php index 92d3341..0c1455e 100644 --- a/core/lib/Drupal/Core/Entity/EntityDisplayBase.php +++ b/core/lib/Drupal/Core/Entity/EntityDisplayBase.php @@ -60,8 +60,6 @@ * Whether this display is enabled or not. If the entity (form) display * is disabled, we'll fall back to the 'default' display. * - * @todo https://drupal.org/node/2286681 change to protected. - * * @var boolean */ protected $status;