Skip to content

Commit

Permalink
Remove the <doclint> property configuration (Azure#28242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Apr 13, 2022
1 parent 2fceeed commit d484f6a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions sdk/appconfiguration/azure-data-appconfiguration-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

<properties>
<perf.test.mainClass>com.azure.data.appconfiguration.perf.App</perf.test.mainClass>

<!-- TODO: Remove this once all Javadoc warnings and errors are resolved -->
<doclint>all,-missing</doclint>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<name>Spring Cloud Azure App Configuration Config Web</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>

<properties>
<!-- TODO: Remove this once all Javadoc warnings and errors are resolved -->
<doclint>all,-missing</doclint>
</properties>

<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<name>Spring Cloud Azure App Configuration Config</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>

<properties>
<!-- TODO: Remove this once all Javadoc warnings and errors are resolved -->
<doclint>all,-missing</doclint>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<name>Spring Cloud Azure Feature Management Web</name>
<description>Adds Feature Management into Spring Web</description>

<properties>
<!-- TODO: Remove this once all Javadoc warnings and errors are resolved -->
<doclint>all,-missing</doclint>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<name>Spring Cloud Feature Management</name>
<description>Adds Feature Management into Spring</description>

<properties>
<!-- TODO: Remove this once all Javadoc warnings and errors are resolved -->
<doclint>all,-missing</doclint>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit d484f6a

Please sign in to comment.