summaryrefslogtreecommitdiffstats
path: root/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
blob: 6a8d1b4cbe4e6ea1bdba578981c3fa79b45346a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.hosted.cd;

/**
 * @deprecated use {@link FunctionalTest}.
 */
@Deprecated
public class SystemTest {

}