package test.serviceloader;

import org.testng.annotations.Test;

/**
 * Dummy class to test ServiceLoader
 *
 * @author Cedric Beust <cedric@beust.com>
 */
public class ServiceLoaderSampleTest {

  @Test
  public void f() {}
}
