Made DefaultRepositoryInformation public.

This commit is contained in:
Oliver Gierke
2011-05-31 22:34:59 +01:00
parent 0ea1921a96
commit 399bc5e6bf

View File

@@ -33,7 +33,7 @@ import org.springframework.util.Assert;
*
* @author Oliver Gierke
*/
class DefaultRepositoryInformation implements RepositoryInformation {
public class DefaultRepositoryInformation implements RepositoryInformation {
@SuppressWarnings("rawtypes")
private static final TypeVariable<Class<Repository>>[] PARAMETERS = Repository.class.getTypeParameters();