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