Fixes some SQ Issues regarding DTO add(Links) methods.

This commit is contained in:
Johannes Schnatterer
2018-08-06 17:47:46 +02:00
parent 730c2ae358
commit 869821f6db
5 changed files with 4 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ public class SvnConfigDto extends HalRepresentation {
private Compatibility compatibility;
@Override
@SuppressWarnings("squid:S1185") // We want to have this method available in this package
protected HalRepresentation add(Links links) {
return super.add(links);
}