Skip to content

Commit aad1821

Browse files
authored
Merge pull request #3916 from Anmol202005/FanOut
applied checkstyle suppression
2 parents fe2f2d1 + 9eaab32 commit aad1821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-livetable/src/main/java/org/xwiki/livedata/internal/livetable/LiveTableLiveDataConfigurationResolver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
@Component
6464
@Named("liveTable")
6565
@Singleton
66+
@SuppressWarnings("checkstyle:ClassFanOutComplexity")
6667
public class LiveTableLiveDataConfigurationResolver implements LiveDataConfigurationResolver<LiveTableConfiguration>
6768
{
6869
private static final String HTML = "html";

0 commit comments

Comments
 (0)