summaryrefslogtreecommitdiffstats
path: root/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
blob: ee2ee0add4cf295cda565a88a26b9e44d7fe8b80 (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 UpgradeTest}.
 */
@Deprecated
public class StagingTest {

}