Fix docs after editor review. Fix checkstyle issues.

This commit is contained in:
Olga Maciaszek-Sharma
2022-10-04 13:30:48 +02:00
parent c1d81903b3
commit cf20bc788b
7 changed files with 21 additions and 17 deletions

View File

@@ -5,14 +5,16 @@
<suppressions>
<suppress files=".*TestBootstrapConfiguration.*" checks="JavadocVariable"/>
<suppress files=".*BootstrapConfigurationTests.*" checks="JavadocStyle"/>
<suppress files=".*BootstrapConfigurationTests.*" checks="JavadocVariable"/>
<suppress files=".*Tests.*" checks="JavadocVariable"/>
<suppress files=".*TestConfigDataLocationResolver.*" checks="JavadocVariable"/>
<suppress files=".*TestEnvPostProcessor.*" checks="JavadocVariable"/>
<suppress files=".*TestHigherPriorityBootstrapConfiguration.*" checks="HideUtilityClassConstructor"/>
<suppress files=".*CustomHttpClientBuilderConfigurationTests.*" checks="HideUtilityClassConstructor"/>
<suppress files=".*DefaultHttpClientConfigurationTests.*" checks="HideUtilityClassConstructor"/>
<suppress files=".*CustomOkHttpClientBuilderConfigurationTests.*" checks="HideUtilityClassConstructor"/>
<suppress files=".*CustomHttpClientConfigurationTests.*" checks="HideUtilityClassConstructor"/>
<suppress files=".*TestHigherPriorityBootstrapConfiguration.*" checks="JavadocVariable"/>
<suppress files=".*RefreshScopeConfigurationTests.*" checks="JavadocStyle"/>
<suppress files=".*RefreshScopeConfigurationTests.*" checks="JavadocMethod"/>
<suppress files=".*RefreshScopeConfigurationTests.*" checks="JavadocVariable"/>
<suppress files=".*RefreshAutoConfigurationTests.*" checks="JavadocVariable"/>
<suppress files=".*RefreshAutoConfigurationMoreClassPathTests.*" checks="JavadocVariable"/>
<suppress files=".*EnvironmentDecryptApplicationInitializerTests.*" checks="JavadocVariable"/>
<suppress files=".*CachingServiceInstanceListSupplierTests.*" checks="RegexpSinglelineJava"/>
</suppressions>