Skip to content

Commit ae91f14

Browse files
committed
ServicesConfig: suppress PMD complaint about high coupling.
No functional changes.
1 parent b17ab61 commit ae91f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/config/ServicesConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
@Configuration
3737
@RequiredArgsConstructor
38+
@SuppressWarnings("PMD.CouplingBetweenObjects")
3839
public class ServicesConfig {
3940

4041
private final DaoConfig daoConfig;

0 commit comments

Comments
 (0)