diff options
Diffstat (limited to 'core/src/OCA/search.js')
-rw-r--r-- | core/src/OCA/search.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/core/src/OCA/search.js b/core/src/OCA/search.js index f3eba1247f9..909ec28480f 100644 --- a/core/src/OCA/search.js +++ b/core/src/OCA/search.js @@ -1,7 +1,7 @@ -/* +/** * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * * @license GNU AGPL version 3 or any later version * @@ -16,12 +16,10 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * */ -/** - * @deprecated 20.0.0, will be removed in Nextcloud 22 - */ export default class Search { /** |