Skip to content

Commit 18be326

Browse files
committed
Correct checkstyle
1 parent c18ed5b commit 18be326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/config/CorsProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import org.springframework.stereotype.Component;
55
import lombok.Data;
66

7+
@Data
78
@Component
89
@ConfigurationProperties(prefix = "cors")
9-
@Data
1010

1111
public class CorsProperties {
1212

0 commit comments

Comments
 (0)