1 /**
2 * This class is here to unit-test behaviour regarding the default package
3 *
4 * @see com.atlassian.plugins.rest.common.security.jersey.TestCorsResourceFilterFactory#testThatResourceInDefaultPackageIsTolerated()
5 */
6 public class ClassInDefaultPackageForTesting {
7 }