aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/system/Bar.java
blob: 628bc18d31de8535c21d95f5f329b01090ead7f3 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.system;

/**
 * Dummy class to be used to test force loading
 **/
public class Bar {}