DATACMNS-601 - Fixes for most of the SonarQube warnings.

This commit is contained in:
Oliver Gierke
2014-11-26 09:10:00 +01:00
parent 9a1879617e
commit e1b38faee9
31 changed files with 158 additions and 131 deletions

View File

@@ -44,10 +44,12 @@ import org.springframework.util.Assert;
*
* @author Oliver Gierke
*/
public class SpringDataJaxb {
public abstract class SpringDataJaxb {
public static final String NAMESPACE = "http://www.springframework.org/schema/data/jaxb";
private SpringDataJaxb() {}
/**
* The DTO for {@link Pageable}s/{@link PageRequest}s.
*