Merge branch 'master' of github.com:SpringSource/spring-data-rest

This commit is contained in:
Jon Brisbin
2012-11-05 09:26:04 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class RepositoryRestHandlerMapping extends RequestMappingHandlerMapping {
private Set<String> repositoryNames = new HashSet<String>();
public RepositoryRestHandlerMapping() {
setOrder(Ordered.HIGHEST_PRECEDENCE);
setOrder(Ordered.LOWEST_PRECEDENCE);
}
@SuppressWarnings({"unchecked"})