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