File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/main/java/ru/mystamps/web Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 42
42
import ru .mystamps .web .dao .dto .SitemapInfoDto ;
43
43
44
44
// TODO: move stamps related methods to separate interface (#88)
45
- @ SuppressWarnings ({
46
- "PMD.AvoidDuplicateLiterals" ,
47
- "PMD.TooManyMethods" ,
48
- "PMD.TooManyFields" ,
49
- "PMD.LongVariable"
50
- })
51
45
@ RequiredArgsConstructor
52
46
public class JdbcSeriesDao implements SeriesDao {
53
47
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ public class SiteServiceImpl implements SiteService {
55
55
private final SuspiciousActivityDao suspiciousActivities ;
56
56
57
57
@ Override
58
- @ SuppressWarnings ("PMD.UseObjectForClearerAPI" )
59
58
@ Async
60
59
@ Transactional
61
60
public void logAboutAbsentPage (
@@ -70,7 +69,6 @@ public void logAboutAbsentPage(
70
69
}
71
70
72
71
@ Override
73
- @ SuppressWarnings ("PMD.UseObjectForClearerAPI" )
74
72
@ Transactional
75
73
public void logAboutFailedAuthentication (
76
74
String page ,
You can’t perform that action at this time.
0 commit comments