From 5e6a816a3746cdb328bd041f51aff47996a5984d Mon Sep 17 00:00:00 2001
From: Adam Vessey <adam@discoverygarden.ca>
Date: Tue, 16 Aug 2022 17:04:43 -0300
Subject: [PATCH] Get rid of the deprecation flags.

---
 src/Form/AddChildrenForm.php | 2 --
 src/Form/AddMediaForm.php    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/Form/AddChildrenForm.php b/src/Form/AddChildrenForm.php
index b349f570..528b4283 100644
--- a/src/Form/AddChildrenForm.php
+++ b/src/Form/AddChildrenForm.php
@@ -12,8 +12,6 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
 
 /**
  * Form that lets users upload one or more files as children to a resource node.
- *
- * @deprecated Use the \Drupal\islandora\Form\AddChildrenWizard\ChildForm instead.
  */
 class AddChildrenForm extends AddMediaForm {
 
diff --git a/src/Form/AddMediaForm.php b/src/Form/AddMediaForm.php
index 5078d1a8..281abd9a 100644
--- a/src/Form/AddMediaForm.php
+++ b/src/Form/AddMediaForm.php
@@ -23,8 +23,6 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
 
 /**
  * Form that lets users upload one or more files as children to a resource node.
- *
- * @deprecated Use the \Drupal\islandora\Form\AddChildrenWizard\MediaForm instead.
  */
 class AddMediaForm extends FormBase {