Skip to content

Commit 50bab6f

Browse files
committed
refactor(annotation): fix @author and annotation
Signed-off-by: drow724 <[email protected]>
1 parent f828a35 commit 50bab6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

auto-configurations/models/http/client/spring-ai-autoconfigure-http-client/src/main/java/org/springframework/ai/http/client/autoconfigure/SpringAiHttpClientProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
import org.springframework.boot.context.properties.ConfigurationProperties;
2222

2323
/**
24-
* Properties for AI Retry.
24+
* Properties for AI http-client.
2525
*
26-
* @author Christian Tzolov
26+
* @author Song Jaegeun
2727
*/
2828
@ConfigurationProperties(SpringAiHttpClientProperties.CONFIG_PREFIX)
2929
public class SpringAiHttpClientProperties {

auto-configurations/models/http/client/spring-ai-autoconfigure-http-client/src/test/java/org/springframework/ai/http/client/autoconfigure/SpringAiHttpClientAutoConfigurationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2024 the original author or authors.
2+
* Copyright 2023-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)