Mark old import handler api as deprecated

This commit is contained in:
Eduard Heimbuch
2020-11-27 13:30:01 +01:00
parent 74fc70e942
commit 275ca49f71
8 changed files with 40 additions and 28 deletions

View File

@@ -27,7 +27,10 @@ package sonia.scm.repository;
/**
*
* @author Sebastian Sdorra
* @deprecated
* @since 2.11.0
*/
@Deprecated
public class SvnImportHandler extends AbstactImportHandler
{