aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/container/test/ConstantFile.java
blob: 6e780037f9ae467d1668949548d6e28daf0a85e6 (plain) (blame)
1
2
3
4
5
6
// Copyright 2017 Yahoo Holdings. 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";
}