diff --git a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
index b9cba3bb31cdd3b46b0754cc17971cbce759d862..5649f4620ed7fa995c64d1727c1d0e1f9374f89a 100644
--- a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
@@ -4,8 +4,6 @@
 
 /**
  * An interface for reacting to entity bundle creation and deletion.
- *
- * @todo Convert to Symfony events: https://www.drupal.org/node/2332935
  */
 interface EntityBundleListenerInterface {