diff --git a/core/modules/views/src/Entity/View.php b/core/modules/views/src/Entity/View.php
index c82d64c..e63496e 100644
--- a/core/modules/views/src/Entity/View.php
+++ b/core/modules/views/src/Entity/View.php
@@ -316,6 +316,8 @@ public function preSave(EntityStorageInterface $storage) {
    *   An array containing display handlers of a view.
    *
    * @deprecated in Drupal 8.3.0, will be removed in Drupal 9.0.0.
+   *
+   * @see https://www.drupal.org/node/2831499
    */
   private function fixTableNames(array &$displays) {
     // Fix wrong table names for entity revision metadata fields.
diff --git a/core/modules/views/views.post_update.php b/core/modules/views/views.post_update.php
index 297363d..94c12a3 100644
--- a/core/modules/views/views.post_update.php
+++ b/core/modules/views/views.post_update.php
@@ -206,6 +206,9 @@ function views_post_update_grouped_filters() {
 
 /**
  * Fix table names for revision metadata fields.
+ *
+ * @todo Remove in Drupal 9.0.x.
+ * @see https://www.drupal.org/node/2831499
  */
 function views_post_update_revision_metadata_fields() {
   // The table names are fixed automatically in
