Add missing since tag for SshBasicTestBase

Change-Id: Iad8ae9bb526418b279dc54a5e9d0c877c1eca475
This commit is contained in:
Matthias Sohn 2023-04-20 14:46:05 +02:00
parent 48b0781cfe
commit b9b90d1d34
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
* Some minimal cloning and fetching tests. Concrete subclasses can implement
* the abstract operations from {@link SshTestHarness} to run with different SSH
* implementations.
*
* @since 5.11
*/
public abstract class SshBasicTestBase extends SshTestHarness {