aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/container/test/ConstantFile.java
blob: c8be4e4ea1bb4fb0df412354723d8d18f3f3296e (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.test;

public class ConstantFile {
    public static String TEST_STRING = "test_string";
}