DATACMNS-601 - Fixes for most of the SonarQube warnings.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user