disable javadoc linting
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -423,7 +423,8 @@
|
||||
<excludePackageNames>org.springframework.ai.sample.*,org.springframework.ai.testcontainers.service.connection.*</excludePackageNames>
|
||||
<overview>${project.basedir}/spring-ai-docs/src/main/javadoc/overview.html</overview>
|
||||
<detectJavaApiLink>false</detectJavaApiLink>
|
||||
<doclint>all,-missing</doclint>
|
||||
<doclint>none</doclint>
|
||||
<!-- <doclint>all,-missing</doclint>-->
|
||||
<quiet>true</quiet>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
@@ -24,8 +24,6 @@ import org.springframework.ai.model.Model;
|
||||
* a single method, call, which takes a ModerationPrompt as input and returns a
|
||||
* ModerationResponse.
|
||||
*
|
||||
* @param <ModerationPrompt> the type of the moderation prompt
|
||||
* @param <ModerationResponse> the type of the moderation response
|
||||
* @author Ahmed Yousri
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user